Misc: missing changes after merge

This commit is contained in:
joschiwald
2014-01-14 12:38:19 +01:00
parent f2fd1e3b2a
commit 5b6b26262f
44 changed files with 114 additions and 94 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE `creature_classlevelstats`
CHANGE `basehp0` `basehp0` MEDIUMINT(8) UNSIGNED DEFAULT 1 NOT NULL,
CHANGE `basehp1` `basehp1` MEDIUMINT(8) UNSIGNED DEFAULT 1 NOT NULL,
CHANGE `basehp2` `basehp2` MEDIUMINT(8) UNSIGNED DEFAULT 1 NOT NULL,
ADD COLUMN `damage_exp3` FLOAT DEFAULT 0 NOT NULL AFTER `damage_exp2`;