mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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)
|
||||
return;
|
||||
|
||||
if (!me->IsWithinDist(who, 12.0f, false))
|
||||
if (!me->IsWithinDist(who, 5.0f, false))
|
||||
return;
|
||||
|
||||
Player* player = who->GetCharmerOrOwnerPlayerOrPlayerItself();
|
||||
|
||||
Reference in New Issue
Block a user