fix(Core/Spells): Nature's Swiftness should not be consumed by instant spells. (#10909)

This commit is contained in:
UltraNix
2022-03-18 22:15:56 +01:00
committed by GitHub
parent 63fee0abf9
commit da0f2e3ae2
2 changed files with 16 additions and 1 deletions

View File

@@ -589,6 +589,8 @@ public:
[[nodiscard]] uint32 GetTriggeredByAuraTickNumber() const { return m_triggeredByAuraSpell.tickNumber; }
[[nodiscard]] TriggerCastFlags GetTriggeredCastFlags() const { return _triggeredCastFlags; }
protected:
bool HasGlobalCooldown() const;
void TriggerGlobalCooldown();