mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
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:
parent
5424aed420
commit
67c609457f
4 changed files with 71 additions and 18 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue