mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Bots] Command add fix for spelltypeids/spelltypenames (#5074)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user