aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-02-25 15:32:55 +0100
committerShauren <shauren.trinity@gmail.com>2012-02-25 15:32:55 +0100
commit7b2672b17b1961817ba2420ce158f034def18666 (patch)
treedc50c83b6410c2f31c191b6ec6be6d65e112da1a /src/server/game/Server
parenta0de042efe0cf7f5d32f6a329e5eeccc75fe57ae (diff)
Core/Calendar: Fix compile without PCH
Diffstat (limited to 'src/server/game/Server')
-rwxr-xr-xsrc/server/game/Server/WorldSession.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/server/game/Server/WorldSession.h b/src/server/game/Server/WorldSession.h
index 703c37c35a8..a18067ff612 100755
--- a/src/server/game/Server/WorldSession.h
+++ b/src/server/game/Server/WorldSession.h
@@ -31,24 +31,25 @@
#include "WorldPacket.h"
#include "Cryptography/BigNumber.h"
-struct ItemTemplate;
-struct AuctionEntry;
-struct DeclinedName;
-struct MovementInfo;
-
+class CalendarEvent;
+class CalendarInvite;
class Creature;
+class GameObject;
+class InstanceSave;
class Item;
+class LoginQueryHolder;
class Object;
class Player;
-class Unit;
-class GameObject;
class Quest;
-class WorldPacket;
-class WorldSocket;
-class LoginQueryHolder;
class SpellCastTargets;
+class Unit;
class Warden;
+class WorldPacket;
+class WorldSocket;
struct AreaTableEntry;
+struct AuctionEntry;
+struct DeclinedName;
+struct ItemTemplate;
struct LfgJoinResultData;
struct LfgLockStatus;
struct LfgPlayerBoot;
@@ -56,8 +57,7 @@ struct LfgProposal;
struct LfgReward;
struct LfgRoleCheck;
struct LfgUpdateData;
-class CalendarEvent;
-class CalendarInvite;
+struct MovementInfo;
enum AccountDataType
{
@@ -892,7 +892,7 @@ class WorldSession
void SendCalendarEventStatus(CalendarEvent const& calendarEvent, CalendarInvite const& invite);
void SendCalendarEventModeratorStatusAlert(CalendarInvite const& invite);
void SendCalendarClearPendingAction();
- void SendCalendarRaidLockout(InstanceSave* save, bool add);
+ void SendCalendarRaidLockout(InstanceSave const* save, bool add);
void SendCalendarRaidLockoutUpdated(InstanceSave const* save);
void SendCalendarCommandResult(CalendarError err, char const* param = NULL);