[8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. Author: Infinity

Also cleanups in #includes and singleton instantiate.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-07-31 10:58:24 +08:00
parent d4f124cb87
commit ad1752ca84
7 changed files with 119 additions and 64 deletions

View File

@@ -24,9 +24,6 @@
#include "ObjectMgr.h" // for normalizePlayerName
#include "ChannelMgr.h"
INSTANTIATE_SINGLETON_1( AllianceChannelMgr );
INSTANTIATE_SINGLETON_1( HordeChannelMgr );
void WorldSession::HandleJoinChannel(WorldPacket& recvPacket)
{
sLog.outDebug("Opcode %u", recvPacket.GetOpcode());