[7777] Fixed talent 30299 and ranks procing also from holy dmg. Author: Corfen

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-06 16:38:05 -05:00
parent fad5acde33
commit 27d3ebbb92
3 changed files with 8 additions and 2 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_7776_01_mangos_npc_spellclick_spells` bit(1) default NULL
`required_7777_01_mangos_spell_proc_event` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
--