Core/Spells: Updated spell shapeshift form flags enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/6db27c58b97a028026e0159109fbf20f6132e6b5)
This commit is contained in:
@@ -337,7 +337,16 @@ namespace Framework.Constants
|
||||
Stealth = 30,
|
||||
MoonkinForm = 31,
|
||||
SpiritOfRedemption = 32,
|
||||
GladiatorStance = 33
|
||||
GladiatorStance = 33,
|
||||
Metamorphosis2 = 34,
|
||||
MoonkinRestoration = 35,
|
||||
TreantForm = 36,
|
||||
SpiritOwlForm = 37,
|
||||
SpiritOwl2 = 38,
|
||||
WispForm = 39,
|
||||
Wisp2 = 40,
|
||||
Soulshape = 41,
|
||||
ForgeborneReveries = 42
|
||||
}
|
||||
|
||||
public enum ReactiveType
|
||||
|
||||
Reference in New Issue
Block a user