mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Updated a bunch of enums to 8.2.5
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user