Core/Items: Remove a few missing things

This commit is contained in:
Nay
2012-08-05 19:38:24 +01:00
parent 2c20cc98c9
commit c96df75900
2 changed files with 0 additions and 2 deletions

View File

@@ -389,7 +389,6 @@ typedef UNORDERED_MAP<uint32, GameObjectData> GameObjectDataContainer;
typedef UNORDERED_MAP<uint32, CreatureLocale> CreatureLocaleContainer;
typedef UNORDERED_MAP<uint32, GameObjectLocale> GameObjectLocaleContainer;
typedef UNORDERED_MAP<uint32, ItemLocale> ItemLocaleContainer;
typedef UNORDERED_MAP<uint32, ItemSetNameLocale> ItemSetNameLocaleContainer;
typedef UNORDERED_MAP<uint32, QuestLocale> QuestLocaleContainer;
typedef UNORDERED_MAP<uint32, NpcTextLocale> NpcTextLocaleContainer;
typedef UNORDERED_MAP<uint32, PageTextLocale> PageTextLocaleContainer;

View File

@@ -1005,7 +1005,6 @@ enum Opcodes
SMSG_ITEM_COOLDOWN = 0x4D14,
SMSG_ITEM_ENCHANT_TIME_UPDATE = 0x0F27,
SMSG_ITEM_EXPIRE_PURCHASE_REFUND = 0x1CA0,
SMSG_ITEM_NAME_QUERY_RESPONSE = 0x0000,
SMSG_ITEM_PUSH_RESULT = 0x0E15,
SMSG_ITEM_REFUND_INFO_RESPONSE = 0x15A3,
SMSG_ITEM_REFUND_RESULT = 0x5DB1,