Fix AuthChallenge, AuthSession, AuthResponse.

New opcode handler definition method.

Thanks: Lightguard, Netcho, Fabi

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-02 15:42:30 +02:00 committed by Antz
parent 5424aed420
commit 67c609457f
4 changed files with 71 additions and 18 deletions

View file

@ -43,6 +43,7 @@
#include "Config/Config.h"
#include "Database/DatabaseEnv.h"
#include "WorldSocket.h"
#include "Opcodes.h"
/**
* This is a helper class to WorldSocketMgr ,that manages
@ -211,6 +212,7 @@ WorldSocketMgr::WorldSocketMgr():
m_UseNoDelay(true),
m_Acceptor(0)
{
InitializeOpcodes();
}
WorldSocketMgr::~WorldSocketMgr()