Readd accidentally removed line in my previous commit.

This commit is contained in:
Studioworks
2011-10-12 22:14:30 +03:00
parent c7251a2b39
commit bb94ffc8fd

View File

@@ -1984,6 +1984,7 @@ void boss_illidan_stormrage::boss_illidan_stormrageAI::HandleTalkSequence()
// 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.
}