mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 16:31:29 +00:00
Add zone ID to #findzone
This commit is contained in:
parent
64b56bd746
commit
0d28f0c083
@ -4169,10 +4169,11 @@ void command_findzone(Client *c, const Seperator *sep)
|
|||||||
c->Message(
|
c->Message(
|
||||||
Chat::White,
|
Chat::White,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"[{}] [{}] [{}] Version ({}) [{}]",
|
"[{}] [{}] [{}] ID ({}) Version ({}) [{}]",
|
||||||
(version == 0 ? command_zone : "zone"),
|
(version == 0 ? command_zone : "zone"),
|
||||||
command_gmzone,
|
command_gmzone,
|
||||||
short_name,
|
short_name,
|
||||||
|
zone_id,
|
||||||
version,
|
version,
|
||||||
long_name
|
long_name
|
||||||
).c_str()
|
).c_str()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user