diff --git a/src/server/game/Entities/Creature/Creature.h b/src/server/game/Entities/Creature/Creature.h index 66d0e63ad78..8bc1b894a7a 100644 --- a/src/server/game/Entities/Creature/Creature.h +++ b/src/server/game/Entities/Creature/Creature.h @@ -347,6 +347,7 @@ class TC_GAME_API Creature : public Unit, public GridObject, public Ma void SetSpellFocus(Spell const* focusSpell, WorldObject const* target); bool HasSpellFocus(Spell const* focusSpell = nullptr) const override; void ReleaseSpellFocus(Spell const* focusSpell = nullptr, bool withDelay = true); + void ResetSpellFocusReacquisition() { _spellFocusInfo.delay = 0; } bool IsMovementPreventedByCasting() const override;