Merge branch 'master' into develop
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled

This commit is contained in:
KimLS
2026-05-07 20:56:48 -07:00
8 changed files with 80 additions and 121 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ void bot_command_spelltype_ids(Client* c, const Seperator* sep)
void bot_command_spelltype_names(Client* c, const Seperator* sep)
{
SendSpellTypeWindow(c, sep);
SendSpellTypeWindow(c, sep, true);
}