DB/Spells: fix brain freeze procing off of ice armor

closes #3914
This commit is contained in:
kandera
2012-01-14 09:57:43 +01:00
committed by ZxBiohazardZx
parent 3bb143563a
commit 249b2bb534

View File

@@ -0,0 +1,3 @@
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=736, `CustomChance`=5, `procEx`=16384, `procFlags`=69632 WHERE `entry`=44546;
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=736, `CustomChance`=10, `procEx`=16384, `procFlags`=69632 WHERE `entry`=44548;
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=736, `CustomChance`=15, `procEx`=16384, `procFlags`=69632 WHERE `entry`=44549;