mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 07:26:36 +00:00
Cleanup command format changes, remove hardcoded class IDs in examples.
This commit is contained in:
@@ -21,8 +21,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
|
||||
p.examples_one =
|
||||
{
|
||||
"To tell everyone to list their portable locations:",
|
||||
fmt::format(
|
||||
"{} list spawned",
|
||||
fmt::format("{} list spawned",
|
||||
sep->arg[0]
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user