diff options
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 99817661b91..b0241d60204 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1341,7 +1341,9 @@ enum Opcodes SMSG_UNKNOWN_1302 = 0x516, // something with player movement (move event 58?) CMSG_UNKNOWN_1303 = 0x517, // something with player movement (move event 58?) SMSG_UNKNOWN_1304 = 0x518, // something with player movement (move event 58?), speed packet - NUM_MSG_TYPES = 0x519 + UMSG_UNKNOWN_1305 = 0x519, // not found + UMSG_UNKNOWN_1306 = 0x51A, // not found + NUM_MSG_TYPES = 0x51B }; /// Player state |