[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsa

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-24 11:32:44 -05:00
parent c14fb42915
commit aa67033cc7
3 changed files with 3 additions and 10 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_7879_01_mangos_spell_proc_event` bit(1) default NULL
`required_7884_02_mangos_playercreateinfo_action` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
--