[Bot Commands] Toggle Enforce Spell Settings (#2682)

* [Bot Commands] Toggle enforcespellsettings

* Cleanup

* Update bot_command.cpp

Co-authored-by: Alex King <89047260+Kinglykrab@users.noreply.github.com>
This commit is contained in:
Aeadoin
2022-12-30 17:18:05 -05:00
committed by GitHub
parent 8fc665a3c1
commit 0c9c78fbab
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ struct BotSpellSetting {
uint8 max_level;
int8 min_hp;
int8 max_hp;
bool is_enabled;
bool is_enabled = true;
};
struct BotSpells_Struct {