diff options
author | n0n4m3 <none@none> | 2009-12-17 18:35:59 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 18:35:59 +0100 |
commit | 6b405c63cc291f979abbb8939dd3b129fa664584 (patch) | |
tree | dfcb12882d51ab0650cef1ed9ea16ee8aee90bbe /src/game/Opcodes.h | |
parent | 62d70b362806fee997900e79a4211ac5accecf72 (diff) |
Basic support for item refund system added in 3.1. by Machiavelli
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 54cc87d5e4f..007e17f1687 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1238,10 +1238,10 @@ enum Opcodes UMSG_UNKNOWN_1199 = 0x4AF, // not found UMSG_UNKNOWN_1200 = 0x4B0, // not found UMSG_UNKNOWN_1201 = 0x4B1, // not found - SMSG_UNKNOWN_1202 = 0x4B2, // refund something + SMSG_ITEM_REFUND_TIMER = 0x4B2, // refund something CMSG_ITEM_REFUND_INFO_REQUEST = 0x4B3, // refund request? - CMSG_UNKNOWN_1204 = 0x4B4, // lua: ContainerRefundItemPurchase - SMSG_UNKNOWN_1205 = 0x4B5, // refund something + CMSG_ITEM_REFUND = 0x4B4, // lua: ContainerRefundItemPurchase + SMSG_ITEM_REFUND = 0x4B5, // refund something CMSG_CORPSE_MAP_POSITION_QUERY = 0x4B6, // CMSG, uint32 CMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE = 0x4B7, // SMSG, 3*float+float CMSG_LFG_SET_ROLES = 0x4B8, // CMSG, empty, lua: SetLFGRoles |