1 parent 64b3c84 commit a12f4e3Copy full SHA for a12f4e3
1 file changed
src/server/game/Entities/Creature/Creature.cpp
@@ -3150,7 +3150,7 @@ void Creature::ReacquireSpellFocusTarget()
3150
if (WorldObject const* objTarget = ObjectAccessor::GetWorldObject(*this, _spellFocusInfo.Target))
3151
SetFacingToObject(objTarget, false, EVENT_SPELL_FOCUS);
3152
}
3153
- else
+ else if (_spellFocusInfo.Orientation.has_value())
3154
SetFacingTo(_spellFocusInfo.Orientation.value(), false, EVENT_SPELL_FOCUS);
3155
3156
_spellFocusInfo.Delay = 0;
0 commit comments