mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 00:58:26 +00:00
Fix some constants.
This commit is contained in:
+1
-1
@@ -7257,7 +7257,7 @@ void command_bestz(Client *c, const Seperator *sep) {
|
||||
|
||||
float best_z = zone->zonemap->FindBestZ(me, &hit);
|
||||
|
||||
if (best_z != -999999)
|
||||
if (best_z != BEST_Z_INVALID)
|
||||
{
|
||||
c->Message(0, "Z is %.3f at (%.3f, %.3f).", best_z, me.x, me.y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user