[7879] Fixed proc for 31571 and ranks. Author: Tanatos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-24 11:13:45 -05:00
parent 9381493a64
commit 4ebe23324b
3 changed files with 24 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `db_version`;
CREATE TABLE `db_version` (
`version` varchar(120) default NULL,
`creature_ai_version` varchar(120) default NULL,
`required_7855_01_mangos_pools` bit(1) default NULL
`required_7879_01_mangos_spell_proc_event` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
--