Core/Scripts: Adjust dalaran mageguards range
Resolve #473 I get better result with 5.0f
This commit is contained in:
parent
45f74604c3
commit
4c9dd9197d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue