mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fix the sequence of some lines because of my previous changes.
This commit is contained in:
@@ -1981,11 +1981,10 @@ void boss_illidan_stormrage::boss_illidan_stormrageAI::HandleTalkSequence()
|
||||
me->GetPosition(x, y, z);
|
||||
x += 10; y += 10;
|
||||
Akama->GetMotionMaster()->Clear(false);
|
||||
|
||||
// Akama->GetMotionMaster()->MoveIdle();
|
||||
Akama->SetPosition(x, y, z, 0.0f);
|
||||
Akama->GetMotionMaster()->MoveChase(me);
|
||||
Akama->SendMonsterMove(x, y, z, 0, MOVEMENTFLAG_NONE, 0); // Illidan must not die until Akama arrives.
|
||||
Akama->GetMotionMaster()->MoveChase(me);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user