mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
Implemented SMSG_START_TIMER (Implement bg countdown timer)
This commit is contained in:
parent
46e1f87c04
commit
970a6124ba
4 changed files with 34 additions and 0 deletions
|
|
@ -1430,6 +1430,7 @@ enum Opcodes
|
|||
CMSG_REFORGE_ITEM = 0x331A, // 4.3.4 15595
|
||||
SMSG_REFORGE_RESULT = 0x58A4, // 4.3.4 15595
|
||||
CMSG_LOAD_SCREEN = 0x2422, // 4.3.4 15595
|
||||
SMSG_START_TIMER = 0x59A5, // 4.3.4 15595
|
||||
};
|
||||
|
||||
#define MAX_OPCODE_TABLE_SIZE 0xFFFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue