diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-30 13:05:23 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-30 13:05:23 -0600 |
commit | b0df141c54597cc5af55b4268880af40f62c428d (patch) | |
tree | 5369c5fd1f1a823f9270e093c639d452a1bad1fa | |
parent | 9b7da805f8223be50fa510e7aa8bd94259d4a245 (diff) |
* Another opcode update
* Thanks TOM_RUS
--HG--
branch : trunk
-rw-r--r-- | src/server/game/Server/Protocol/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index ef328c70586..44a06ddb8d3 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -1244,7 +1244,7 @@ enum Opcodes SMSG_ITEM_REFUND_RESULT = 0x4B5, // refund item result CMSG_CORPSE_MAP_POSITION_QUERY = 0x4B6, // CMSG, uint32 SMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE = 0x4B7, // SMSG, 3*float+float - CMSG_LFG_SET_ROLES_2 = 0x4B8, // not found + UMSG_UNKNOWN_1208 = 0x4B8, // not found UMSG_UNKNOWN_1209 = 0x4B9, // not found CMSG_CALENDAR_CONTEXT_EVENT_SIGNUP = 0x4BA, // CMSG, uint64, lua: CalendarContextEventSignUp SMSG_CALENDAR_ACTION_PENDING = 0x4BB, // SMSG, calendar related EVENT_CALENDAR_ACTION_PENDING |