[8451] Implement talent 47236 and ranks.
[getmangos.git] / sql / updates / 8249_01_mangos_spell_proc_item_enchant.sql
blobd1502ba40fecd12265c1c5cddb6488249c5d5426
1 ALTER TABLE db_version CHANGE COLUMN required_8247_01_mangos_spell_bonus_data required_8249_01_mangos_spell_proc_item_enchant bit;
3 DROP TABLE IF EXISTS `spell_proc_item_enchant`;
4 CREATE TABLE `spell_proc_item_enchant` (
5   `entry` mediumint unsigned NOT NULL,
6   `ppmRate` float NOT NULL default '0',
7   PRIMARY KEY  (`entry`)
8 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
10 INSERT INTO `spell_proc_item_enchant` (`entry`, `ppmRate`) VALUES
11 (8034, 9),        -- Frostbrand Weapon
12 (8680, 8.5714),   -- Instant Poison
13 (13218, 21.4286); -- Wound Poison