Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks
Port From (https://github.com/TrinityCore/TrinityCore/commit/050f55b62fded4cc73b76e42d56d98ea950cc26a)
This commit is contained in:
@@ -98,13 +98,6 @@ namespace Framework.Constants
|
||||
Ranged = 2 //hunter range and ranged weapon
|
||||
}
|
||||
|
||||
public enum SpellFinishReason
|
||||
{
|
||||
SuccessfulCast = 0, // spell has sucessfully launched
|
||||
Canceled = 1, // spell has been canceled (interrupts)
|
||||
ChannelingComplete = 2 // spell channeling has been finished
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum SpellInterruptFlags
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user