Forgot unversioned script file...

This commit is contained in:
Uleat 2018-02-02 18:26:01 -05:00
parent 1b2316ad1f
commit 2ed185aa2c

View File

@ -0,0 +1,2 @@
ALTER TABLE `bot_spells_entries` ADD `min_hp` SMALLINT(5) DEFAULT '0';
ALTER TABLE `bot_spells_entries` ADD `max_hp` SMALLINT(5) DEFAULT '0';