Fix column cases to make people happy

If you already sourced, too fucking bad.
This commit is contained in:
Michael Cook (mackal)
2018-09-08 00:09:14 -04:00
parent 4276bf3208
commit 00e44285a7
3 changed files with 8 additions and 8 deletions
@@ -1,3 +1,3 @@
ALTER TABLE `zone` ADD `FastRegenHP` INT NOT NULL DEFAULT '180';
ALTER TABLE `zone` ADD `FastRegenMana` INT NOT NULL DEFAULT '180';
ALTER TABLE `zone` ADD `FastRegenEndurance` INT NOT NULL DEFAULT '180';
ALTER TABLE `zone` ADD `fast_regen_hp` INT NOT NULL DEFAULT '180';
ALTER TABLE `zone` ADD `fast_regen_mana` INT NOT NULL DEFAULT '180';
ALTER TABLE `zone` ADD `fast_regen_endurance` INT NOT NULL DEFAULT '180';