feat(Core/CFBG): Added support module mod-cfbg (#2064)

https://github.com/Winfidonarleyan/mod-cfbg - Original module
https://github.com/azerothcore/mod-cfbg - the fork in AC
This commit is contained in:
Kargatum
2019-08-06 09:21:11 +07:00
committed by GitHub
parent 34184d4afe
commit d40e894618
8 changed files with 164 additions and 52 deletions

View File

@@ -43,6 +43,7 @@
#include "AccountMgr.h"
#include "Spell.h"
#include "WhoListCache.h"
#ifdef ELUNA
#include "LuaEngine.h"
#endif
@@ -213,7 +214,6 @@ void WorldSession::HandleGossipSelectOptionOpcode(WorldPacket & recv_data)
}
}
void WorldSession::HandleWhoOpcode(WorldPacket& recvData)
{
sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: Recvd CMSG_WHO Message");