mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
[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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user