Core/Scripts: Adjust dalaran mageguards range
Resolve #473 I get better result with 5.0f
This commit is contained in:
@@ -446,7 +446,7 @@ public:
|
|||||||
if (!who || !who->IsInWorld() || who->GetZoneId() != 4395)
|
if (!who || !who->IsInWorld() || who->GetZoneId() != 4395)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!me->IsWithinDist(who, 12.0f, false))
|
if (!me->IsWithinDist(who, 5.0f, false))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Player* player = who->GetCharmerOrOwnerPlayerOrPlayerItself();
|
Player* player = who->GetCharmerOrOwnerPlayerOrPlayerItself();
|
||||||
|
|||||||
Reference in New Issue
Block a user