aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStudioworks <vitondra@seznam.cz>2011-10-12 22:14:30 +0300
committerStudioworks <vitondra@seznam.cz>2011-10-12 22:14:30 +0300
commitbb94ffc8fd97de22f5150641e4f3137093e85368 (patch)
treec1f41988fe1be76ea39cc469cfb27fd4c6ef7620 /src
parentc7251a2b3952389da3a78ad1d1be72fe11f55923 (diff)
Readd accidentally removed line in my previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/BlackTemple/boss_illidan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
index 6524ed1e80c..ef57fd86bd7 100644
--- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
+++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
@@ -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.
}