mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 15:43:52 +00:00
[Bug Fix] Fix Mob::ShowStats() Proximity Display. (#1708)
This commit is contained in:
parent
6661672e2d
commit
32d606c667
@ -2210,8 +2210,8 @@ void Mob::ShowStats(Client* client)
|
||||
fmt::format(
|
||||
"Proximity X | Min: {} Max: {} Range: {}",
|
||||
target->GetProximityMinX(),
|
||||
target->GetProximityMinX(),
|
||||
(target->GetProximityMinX() - target->GetProximityMinX())
|
||||
target->GetProximityMaxX(),
|
||||
(target->GetProximityMaxX() - target->GetProximityMinX())
|
||||
).c_str()
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user