mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user