mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[0060] SMSG_LEVELUP_INFO
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
e0bfa7fa63
commit
7ce7fd8ab1
3 changed files with 3 additions and 3 deletions
|
|
@ -540,7 +540,7 @@ void InitializeOpcodes()
|
|||
//OPCODE(SMSG_AURACASTLOG, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
//OPCODE(CMSG_RECLAIM_CORPSE, STATUS_LOGGEDIN, PROCESS_THREADUNSAFE, &WorldSession::HandleReclaimCorpseOpcode );
|
||||
//OPCODE(CMSG_WRAP_ITEM, STATUS_LOGGEDIN, PROCESS_THREADUNSAFE, &WorldSession::HandleWrapItemOpcode );
|
||||
//OPCODE(SMSG_LEVELUP_INFO, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
OPCODE(SMSG_LEVELUP_INFO, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
//OPCODE(MSG_MINIMAP_PING, STATUS_LOGGEDIN, PROCESS_THREADUNSAFE, &WorldSession::HandleMinimapPingOpcode );
|
||||
//OPCODE(SMSG_RESISTLOG, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
//OPCODE(SMSG_ENCHANTMENTLOG, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
|
|
|
|||
|
|
@ -525,7 +525,7 @@ enum Opcodes
|
|||
SMSG_AURACASTLOG = 0x11D2,
|
||||
CMSG_RECLAIM_CORPSE = 0x11D3,
|
||||
CMSG_WRAP_ITEM = 0x11D4,
|
||||
SMSG_LEVELUP_INFO = 0x11D5,
|
||||
SMSG_LEVELUP_INFO = 0x0435, // 4.3.4 15595
|
||||
MSG_MINIMAP_PING = 0x11D6,
|
||||
SMSG_RESISTLOG = 0x11D7,
|
||||
SMSG_ENCHANTMENTLOG = 0x11D8,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0059"
|
||||
#define REVISION_NR "0060"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue