Core/AI: Implement OnAuraApplied and OnAuraRemoved hooks
Port From (https://github.com/TrinityCore/TrinityCore/commit/d1e07ac6553c7ae1e3296fc044247f0d0f95d267)
This commit is contained in:
@@ -232,6 +232,8 @@ namespace Framework.Constants
|
||||
OnDespawn = 86, // NONE
|
||||
SendEventTrigger = 87, // NONE
|
||||
AreatriggerExit = 88, // None
|
||||
OnAuraApplied = 89, // SpellID, CooldownMin, CooldownMax
|
||||
OnAuraRemoved = 90, // SpellID, CooldownMin, CooldownMax
|
||||
|
||||
End
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user