diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-07-31 11:55:00 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-07-31 11:55:00 +0200 |
commit | 197d4369c894e9b088f862c7189f4fe20b4836ca (patch) | |
tree | e09203a72e664327b567bb039e84e9e2ac6f780e /src/server/game/Spells/SpellDefines.h | |
parent | 4c29e456206424052c0e8df4321eae73aec18086 (diff) |
Core/Spells: Removed old combo point code leftovers
Diffstat (limited to 'src/server/game/Spells/SpellDefines.h')
-rw-r--r-- | src/server/game/Spells/SpellDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellDefines.h b/src/server/game/Spells/SpellDefines.h index cd5a9883df4..4cfedbe9de4 100644 --- a/src/server/game/Spells/SpellDefines.h +++ b/src/server/game/Spells/SpellDefines.h @@ -245,7 +245,7 @@ enum TriggerCastFlags : uint32 TRIGGERED_IGNORE_CAST_ITEM = 0x00000008, //! Will not take away cast item or update related achievement criteria TRIGGERED_IGNORE_AURA_SCALING = 0x00000010, //! Will ignore aura scaling TRIGGERED_IGNORE_CAST_IN_PROGRESS = 0x00000020, //! Will not check if a current cast is in progress - TRIGGERED_IGNORE_COMBO_POINTS = 0x00000040, //! Will ignore combo point requirement + // reuse = 0x00000040, TRIGGERED_CAST_DIRECTLY = 0x00000080, //! In Spell::prepare, will be cast directly without setting containers for executed spell TRIGGERED_IGNORE_AURA_INTERRUPT_FLAGS = 0x00000100, //! Will ignore interruptible aura's at cast TRIGGERED_IGNORE_SET_FACING = 0x00000200, //! Will not adjust facing to target (if any) |