Scripts/HoO: make sure that Temple Guardian Anhuur's position is up to date when he is about to teleport to avoid him from rubberbanding back to his pre-teleport position

This commit is contained in:
Ovahlord
2022-01-10 01:38:42 +01:00
parent 243e833000
commit ff753eb9ac

View File

@@ -285,6 +285,7 @@ struct boss_temple_guardian_anhuur : public BossAI
me->SetReactState(REACT_PASSIVE);
me->InterruptNonMeleeSpells(true);
me->AttackStop();
me->StopMoving();
DoCastSelf(SPELL_TELEPORT);
me->SetFacingTo(1.5708f, true);
Talk(SAY_SHIELD);