Core/Spell: reimplemented TRIGGERED_DISALLOW_PROC_EVENTS trigger flag

This commit is contained in:
hondacrx
2017-12-11 11:20:38 -05:00
parent 0602114c92
commit e26e0783ab
4 changed files with 30 additions and 3 deletions
@@ -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)