Core/Spell: reimplemented TRIGGERED_DISALLOW_PROC_EVENTS trigger flag
This commit is contained in:
@@ -1171,6 +1171,7 @@ namespace Framework.Constants
|
||||
IgnoreSetFacing = 0x200, //! Will Not Adjust Facing To Target (If Any)
|
||||
IgnoreShapeshift = 0x400, //! Will Ignore Shapeshift Checks
|
||||
IgnoreCasterAurastate = 0x800, //! Will Ignore Caster Aura States Including Combat Requirements And Death State
|
||||
DisallowProcEvents = 0x1000, //! Disallows proc events from triggered spell (default)
|
||||
IgnoreCasterMountedOrOnVehicle = 0x2000, //! Will Ignore Mounted/On Vehicle Restrictions
|
||||
IgnoreCasterAuras = 0x10000, //! Will Ignore Caster Aura Restrictions Or Requirements
|
||||
DontResetPeriodicTimer = 0x20000, //! Will allow periodic aura timers to keep ticking (instead of resetting)
|
||||
|
||||
Reference in New Issue
Block a user