mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +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 =
|
std::vector<std::string> example_format =
|
||||||
{
|
{
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{} [Type Shortname] [actionable]"
|
"{} [Type Shortname] [actionable, default: spawned]"
|
||||||
, sep->arg[0]
|
, sep->arg[0]
|
||||||
),
|
),
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{} [Type ID] [actionable]"
|
"{} [Type ID] [actionable, default: spawned]"
|
||||||
, sep->arg[0]
|
, sep->arg[0]
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user