Final touch up on this, changelog + fix for sql classes default being left shifted 1.

This commit is contained in:
KimLS
2015-07-02 20:18:08 -07:00
parent 214873c139
commit 81e827481b
2 changed files with 7 additions and 1 deletions
@@ -3,7 +3,7 @@ CREATE TABLE IF NOT EXISTS `aa_ability` (
`id` int(10) unsigned NOT NULL,
`name` text NOT NULL,
`category` int(10) NOT NULL DEFAULT '-1',
`classes` int(10) NOT NULL DEFAULT '131070',
`classes` int(10) NOT NULL DEFAULT '65535',
`races` int(10) NOT NULL DEFAULT '65535',
`drakkin_heritage` int(10) NOT NULL DEFAULT '127',
`deities` int(10) NOT NULL DEFAULT '131071',