mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 04:42:26 +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(
|
fmt::format(
|
||||||
"Proximity X | Min: {} Max: {} Range: {}",
|
"Proximity X | Min: {} Max: {} Range: {}",
|
||||||
target->GetProximityMinX(),
|
target->GetProximityMinX(),
|
||||||
target->GetProximityMinX(),
|
target->GetProximityMaxX(),
|
||||||
(target->GetProximityMinX() - target->GetProximityMinX())
|
(target->GetProximityMaxX() - target->GetProximityMinX())
|
||||||
).c_str()
|
).c_str()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user