fix(Core/Spells): Fix movement impairment auras not being removed (#19684)

This commit is contained in:
Andrew
2024-08-22 15:09:43 -03:00
committed by GitHub
parent 7037108e9c
commit c0b6eae0e1
3 changed files with 11 additions and 6 deletions

View File

@@ -407,6 +407,7 @@ public:
uint32 GetCategory() const;
bool HasEffect(SpellEffects effect) const;
bool HasEffectMechanic(Mechanics mechanic) const;
bool HasAura(AuraType aura) const;
bool HasAnyAura() const;
bool HasAreaAuraEffect() const;