Add zone ID to #findzone

This commit is contained in:
Alex 2020-06-21 00:26:13 -04:00
parent 64b56bd746
commit 0d28f0c083

View File

@ -4169,10 +4169,11 @@ void command_findzone(Client *c, const Seperator *sep)
c->Message(
Chat::White,
fmt::format(
"[{}] [{}] [{}] Version ({}) [{}]",
"[{}] [{}] [{}] ID ({}) Version ({}) [{}]",
(version == 0 ? command_zone : "zone"),
command_gmzone,
short_name,
zone_id,
version,
long_name
).c_str()