[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
@@ -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);
}