diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-07-31 06:05:41 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-31 06:05:41 +0200 |
commit | 2401e32c552ac119666bd2e27de9fb4b064868e1 (patch) | |
tree | 31af5d9b4fc52e4bf53948675aaac5f09f953e46 /src/server/game/Spells/Spell.h | |
parent | e49328d0939c11ce4f8460f6185c09a4320bdaaf (diff) |
Core/Misc: update Combo Points handling to Cataclysm
Diffstat (limited to 'src/server/game/Spells/Spell.h')
-rw-r--r-- | src/server/game/Spells/Spell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/Spell.h b/src/server/game/Spells/Spell.h index 9e91b29cd72..6d2db462efa 100644 --- a/src/server/game/Spells/Spell.h +++ b/src/server/game/Spells/Spell.h @@ -355,6 +355,7 @@ class TC_GAME_API Spell void EffectTaunt(); void EffectDurabilityDamagePCT(); void EffectModifyThreatPercent(); + void EffectAddComboPoints(); void EffectResurrectNew(); void EffectAddExtraAttacks(); void EffectSpiritHeal(); @@ -707,6 +708,7 @@ class TC_GAME_API Spell int32 m_channeledDuration; // Calculated channeled spell duration in order to calculate correct pushback. bool m_canReflect; // can reflect this spell? bool m_autoRepeat; + bool m_consumeAllComboPoints; // For finishing moves that should consume all combo points after cast uint8 m_runesState; uint8 m_delayAtDamageCount; |