[Bots] Command add fix for spelltypeids/spelltypenames (#5074)
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled

This commit is contained in:
nytmyr
2026-04-29 01:59:19 -05:00
committed by GitHub
parent c6ddf300a4
commit 85c3255568
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1182,4 +1182,4 @@ bool helper_is_help_or_usage(const char* arg);
bool helper_no_available_bots(Client *bot_owner, Bot *my_bot = nullptr);
void helper_send_available_subcommands(Client *bot_owner, const char* command_simile, std::vector<const char*> subcommand_list);
void helper_send_usage_required_bots(Client *bot_owner, uint16 spell_type);
void SendSpellTypeWindow(Client* c, const Seperator* sep);
void SendSpellTypeWindow(Client* c, const Seperator* sep, bool short_names = false);