Merge pull request #3174 from Souler/pull

Scripts/Ulduar: Make Ignis enter evade mode if pulled out from his fight area.
This commit is contained in:
Machiavelli
2011-09-28 01:32:33 -07:00
2 changed files with 7 additions and 3 deletions

View File

@@ -273,6 +273,8 @@ class boss_ignis : public CreatureScript
}
DoMeleeAttackIfReady();
EnterEvadeIfOutOfCombatArea(diff);
}
private: