mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Items: Remove a few missing things
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user