diff options
author | XTZGZoReX <none@none> | 2010-03-06 14:28:11 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-03-06 14:28:11 +0100 |
commit | a135d9e6c704528675e8255b4c7a7fd803c2f69e (patch) | |
tree | ceed5d453caff0d130558777185a9c90986bf0ad /src/game/Opcodes.h | |
parent | 7e99e2f9cc00a341ebd6ba13883d9ec5003a8d18 (diff) |
* Fix typo in opcode name.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index a7464ba77a2..f46580a0027 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1243,7 +1243,7 @@ enum Opcodes CMSG_ITEM_REFUND = 0x4B4, // lua: ContainerRefundItemPurchase SMSG_ITEM_REFUND_RESULT = 0x4B5, // refund item result CMSG_CORPSE_MAP_POSITION_QUERY = 0x4B6, // CMSG, uint32 - CMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE = 0x4B7, // SMSG, 3*float+float + SMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE = 0x4B7, // SMSG, 3*float+float UMSG_UNKNOWN_1208 = 0x4B8, // not found UMSG_UNKNOWN_1209 = 0x4B9, // not found CMSG_CALENDAR_CONTEXT_EVENT_SIGNUP = 0x4BA, // CMSG, uint64, lua: CalendarContextEventSignUp |