mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 16:38:26 +00:00
add default spawned note to ^cast
This commit is contained in:
@@ -17,11 +17,11 @@ void bot_command_cast(Client* c, const Seperator* sep)
|
||||
std::vector<std::string> example_format =
|
||||
{
|
||||
fmt::format(
|
||||
"{} [Type Shortname] [actionable]"
|
||||
"{} [Type Shortname] [actionable, default: spawned]"
|
||||
, sep->arg[0]
|
||||
),
|
||||
fmt::format(
|
||||
"{} [Type ID] [actionable]"
|
||||
"{} [Type ID] [actionable, default: spawned]"
|
||||
, sep->arg[0]
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user