Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.

(cherry picked from commit 59cbea00bc)
This commit is contained in:
treeston
2016-10-15 18:29:27 +02:00
committed by joschiwald
parent 10e8b61f90
commit f1929df956

View File

@@ -128,6 +128,8 @@ public:
_petCount = 0;
}
bool CanAIAttack(Unit const* /*who*/) const override { return true; } // do not check boundary here
void EnterCombat(Unit* who) override
{
BossAI::EnterCombat(who);