Spells/Procs: Fixed Sacred Shield 6 seconds internal cooldown.

Thanks @Warpten
P.D.: You were using the wrong spellid
Closes #1711
This commit is contained in:
Subv
2012-04-14 12:01:07 -05:00
parent 4f14693ef2
commit 06278fe7fb

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc_event` WHERE `entry`=53601;
INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
(53601, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 6);