Core/Misc: Updated a bunch of enums to 8.2.5

This commit is contained in:
Shauren
2019-10-27 13:00:14 +01:00
parent 3ac790287a
commit 528dd88e59
3 changed files with 1370 additions and 1299 deletions

View File

@@ -706,6 +706,14 @@ struct GameObjectTemplate
uint32 open; // 2 open, References: Lock_, NoValue = 0
uint32 openTextID; // 3 openTextID, References: BroadcastText, NoValue = 0
} pvpReward;
// 56 GAMEOBJECT_TYPE_FUTURE_PATCH_1
struct
{
} futurePatch1;
// 57 GAMEOBJECT_TYPE_FUTURE_PATCH_2
struct
{
} futurePatch2;
struct
{
uint32 data[MAX_GAMEOBJECT_DATA];

View File

@@ -127,6 +127,7 @@ enum InventoryResult : uint8
EQUIP_ERR_CANT_DO_THAT_RIGHT_NOW = 102,// You can't do that right now.
EQUIP_ERR_BAG_FULL_6 = 103,// That bag is full.
EQUIP_ERR_CANT_BE_SCRAPPED = 104,// You can't scrap that item
EQUIP_NONE_4 = 105,
};
enum BuyResult

File diff suppressed because it is too large Load Diff