Remove XT-002 area check, already fixed by @MachiavelliTrinity in 9692be4cbb

This commit is contained in:
Souler
2011-09-27 11:56:08 +03:00
parent 99c63e86ae
commit a51e2d3ff6

View File

@@ -306,8 +306,6 @@ class boss_xt002 : public CreatureScript
if (_phase == 1)
DoMeleeAttackIfReady();
EnterEvadeIfOutOfCombatArea(diff);
}
void PassengerBoarded(Unit* who, int8 /*seatId*/, bool apply)