Core/Spells: Implemented SpellAuraInterruptFlags2::ReleaseEmpower
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c06e7fcdab677df4e5908f69b9655577e08fe69)
This commit is contained in:
@@ -176,6 +176,7 @@ namespace Framework.Constants
|
||||
ChallengeModeStart = 0x400000, // Implemented in Unit::AtStartOfEncounter
|
||||
StartOfEncounter = 0x800000, // Implemented in Unit::AtStartOfEncounter
|
||||
EndOfEncounter = 0x1000000, // Implemented in Unit::AtEndOfEncounter
|
||||
ReleaseEmpower = 0x02000000, // Implemented in Spell::update
|
||||
}
|
||||
|
||||
// Enum with EffectRadiusIndex and their actual radius
|
||||
|
||||
Reference in New Issue
Block a user