mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
command cleanup
This commit is contained in:
@@ -14,8 +14,8 @@ void bot_command_spell_engaged_priority(Client* c, const Seperator* sep)
|
||||
|
||||
std::vector<std::string> notes =
|
||||
{
|
||||
"-Setting a spell type to 0 will prevent that type from being cast.",
|
||||
"-If 2 or more are set to the same priority they will sort by spell type ID."
|
||||
"- Setting a spell type to 0 will prevent that type from being cast.",
|
||||
"- If 2 or more are set to the same priority they will sort by spell type ID."
|
||||
};
|
||||
|
||||
std::vector<std::string> example_format =
|
||||
|
||||
Reference in New Issue
Block a user