DB/Spells: Bizuri's Totem of Shattered Ice / Idol of the Crying Moon

By Goatform and Rushor, closes #13722
This commit is contained in:
Aokromes
2014-12-27 13:01:19 +01:00
parent 7523d6043b
commit 3747f99d4f

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_proc_event` WHERE `entry` IN (71174,71198);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(71174, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0),
(71198, 4, 11, 0, 0, 0, 0, 0, 0, 0, 0);