Core/Auras: Implement SpellAuraInterruptFlags2::Ground and SpellAuraInterruptFlags2::Swimming
Port From (https://github.com/TrinityCore/TrinityCore/commit/107f5ce0a40fdbd325cdb467baaee841d39e0958)
This commit is contained in:
@@ -163,9 +163,9 @@ namespace Framework.Constants
|
||||
{
|
||||
None = 0,
|
||||
Falling = 0x01, // NYI
|
||||
Swimming = 0x02, // NYI
|
||||
Swimming = 0x02,
|
||||
NotMoving = 0x04, // NYI
|
||||
Ground = 0x08, // NYI
|
||||
Ground = 0x08,
|
||||
Transform = 0x10, // NYI
|
||||
Jump = 0x20,
|
||||
ChangeSpec = 0x40, // NYI
|
||||
|
||||
Reference in New Issue
Block a user