Core/GameObjects: Updated gameobject template structure to 9.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/364f6eec9a4d6d044666a172a2823161e0e3a418)
This commit is contained in:
@@ -75,9 +75,12 @@ namespace Framework.Constants
|
||||
SiegeableMulti = 53,
|
||||
SiegeableMo = 54,
|
||||
PvpReward = 55,
|
||||
FuturePatch1 = 56,
|
||||
FuturePatch2 = 57,
|
||||
Max = 58
|
||||
PlayerChoiceChest = 56,
|
||||
LegendaryForge = 57,
|
||||
GarrTalentTree = 58,
|
||||
WeeklyRewardChest = 59,
|
||||
ClientModel = 60,
|
||||
Max = 61
|
||||
}
|
||||
|
||||
public enum GameObjectState
|
||||
|
||||
Reference in New Issue
Block a user