mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 12:48:20 +00:00
Cleanup command format changes, remove hardcoded class IDs in examples.
This commit is contained in:
@@ -21,12 +21,12 @@ void command_spell_holds(Client *c, const Seperator *sep)
|
||||
p.example_format =
|
||||
{
|
||||
fmt::format(
|
||||
"{} [Type Shortname] [value]"
|
||||
, sep->arg[0]
|
||||
"{} [Type Shortname] [value]",
|
||||
sep->arg[0]
|
||||
),
|
||||
fmt::format(
|
||||
"{} [Type ID] [value]"
|
||||
, sep->arg[0]
|
||||
"{} [Type ID] [value]",
|
||||
sep->arg[0]
|
||||
)
|
||||
};
|
||||
p.examples_one =
|
||||
|
||||
Reference in New Issue
Block a user