Scripts/Spells: Implement OnPrecast scripting hook for spell scripts
Port From (https://github.com/TrinityCore/TrinityCore/commit/12d00e2e5f7e2cc7efe1ea8d126f9408055c05f8)
This commit is contained in:
@@ -44,7 +44,8 @@ namespace Framework.Constants
|
||||
OnCast,
|
||||
OnResistAbsorbCalculation,
|
||||
AfterCast,
|
||||
CalcCritChance
|
||||
CalcCritChance,
|
||||
OnPrecast
|
||||
}
|
||||
|
||||
// AuraScript interface - enum used for runtime checks of script function calls
|
||||
|
||||
Reference in New Issue
Block a user