mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
Apply style fix pt4
This commit is contained in:
parent
d93dbd95fe
commit
4727d8846f
87 changed files with 710 additions and 0 deletions
|
|
@ -45,7 +45,9 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES];
|
|||
void InitializeOpcodes()
|
||||
{
|
||||
for (uint16 i = 0; i < NUM_MSG_TYPES; ++i)
|
||||
{
|
||||
DefineOpcode(i, "UNKNOWN", STATUS_UNHANDLED, PROCESS_INPLACE, &WorldSession::Handle_NULL);
|
||||
}
|
||||
|
||||
OPCODE(MSG_WOW_CONNECTION, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_EarlyProccess );
|
||||
OPCODE(SMSG_AUTH_CHALLENGE, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue