diff options
Diffstat (limited to 'src/game/LFGHandler.cpp')
-rw-r--r-- | src/game/LFGHandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/LFGHandler.cpp b/src/game/LFGHandler.cpp index da9e32338cd..462b3c3e16b 100644 --- a/src/game/LFGHandler.cpp +++ b/src/game/LFGHandler.cpp @@ -20,6 +20,7 @@ #include "LFGMgr.h" #include "WorldSession.h" #include "WorldPacket.h" +#include "Player.h" void WorldSession::HandleSetLfgCommentOpcode(WorldPacket & recv_data) { @@ -141,4 +142,4 @@ void WorldSession::SendLfgUpdateParty(uint8 updateType, uint32 dungeonEntry /* = data << GetPlayer()->m_lookingForGroup.comment; } SendPacket(&data); -}
\ No newline at end of file +} |