From 6b405c63cc291f979abbb8939dd3b129fa664584 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Thu, 17 Dec 2009 18:35:59 +0100 Subject: Basic support for item refund system added in 3.1. by Machiavelli --HG-- branch : trunk --- src/game/Opcodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/Opcodes.h') 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 -- cgit v1.2.3