Core/Scripts: Adjust dalaran mageguards range

Resolve #473 I get better result with 5.0f
This commit is contained in:
Inifield
2017-07-02 15:39:06 +02:00
parent 45f74604c3
commit 4c9dd9197d

View File

@@ -446,7 +446,7 @@ public:
if (!who || !who->IsInWorld() || who->GetZoneId() != 4395)
return;
if (!me->IsWithinDist(who, 12.0f, false))
if (!me->IsWithinDist(who, 5.0f, false))
return;
Player* player = who->GetCharmerOrOwnerPlayerOrPlayerItself();