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
parent 6ff71dffbb
commit b243a7929b

View File

@@ -219,7 +219,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);
}