Core/Spells: Update/Convert mage "Glyph of Icy Veins" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-20 21:19:00 +02:00
parent 313ef9da33
commit 0597db950c
3 changed files with 38 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=56374;
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(56374,'spell_mage_glyph_of_icy_veins');
DELETE FROM `spell_proc_event` WHERE `entry`=56374;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(56374, 0, 3, 0, 16384, 0, 16384, 0, 0, 100, 0);