diff options
author | megamage <none@none> | 2009-01-30 19:22:49 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-30 19:22:49 -0600 |
commit | 1707d1e5aec42d521eb986520a93a008e1c1fce0 (patch) | |
tree | 532acf4fb8896eac30ec281c7f51b006d465227c /src/game/Opcodes.h | |
parent | 0c40d01c7f92e5255c3a9592735041bcb21717c1 (diff) |
*Switch to 3.0.8.
*Update to Mangos 1119.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 7bc3a7c0640..f4d7800d2d9 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1226,7 +1226,14 @@ enum Opcodes SMSG_SERVER_BUCK_DATA_START = 0x4A3, CMSG_QUERY_VEHICLE_STATUS = 0x4A4, SMSG_PET_GUIDS = 0x4A5, - NUM_MSG_TYPES = 0x4A6 + SMSG_CLIENTCACHE_VERSION = 0x4A6, + UMSG_UNKNOWN_1191 = 0x4A7, + UMSG_UNKNOWN_1192 = 0x4A8, + UMSG_UNKNOWN_1193 = 0x4A9, + UMSG_UNKNOWN_1194 = 0x4AA, + UMSG_UNKNOWN_1195 = 0x4AB, + UMSG_UNKNOWN_1196 = 0x4AC, + NUM_MSG_TYPES = 0x4AD }; /// Player state |