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

This commit is contained in:
treeston
2016-10-15 18:29:27 +02:00
parent 29cddd4e8e
commit 59cbea00bc

View File

@@ -121,6 +121,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);