Scripts/AzjolNerub: Hadronox is a big spider mommy, and needs more room to pet her spider pets properly. Hopefully this'll reduce the number of evades happening during the encounter. Tag #20310.

This commit is contained in:
Treeston
2018-02-12 03:08:34 +01:00
committed by Aokromes
parent 302599decd
commit c83d9d3a4b

View File

@@ -218,7 +218,7 @@ public:
bool CanAIAttack(Unit const* target) const override
{
// Prevent Hadronox from going too far from her current home position
if (!target->IsControlledByPlayer() && target->GetDistance(me->GetHomePosition()) > 20.0f)
if (!target->IsControlledByPlayer() && target->GetDistance(me->GetHomePosition()) > 70.0f)
return false;
return BossAI::CanAIAttack(target);
}