bot_spell_settings¶
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Bot Spell Setting Identifier |
bot_id | int | Bot Identifier |
spell_id | smallint | Spell Identifier |
priority | smallint | Priority |
min_hp | smallint | Minimum Health Percentage |
max_hp | smallint | Maximum Health Percentage |
is_enabled | tinyint | Is Enabled: 0 = False, 1 = True |