DB/Spells: "Val'anyr, Hammer of Ancient Kings" now properly shields targets healed by Glyph of Holy Light, Earth Shield and others.

Fixes & closes #16478.

(cherry picked from commit 8267e493d1)
This commit is contained in:
treeston
2016-02-27 01:22:59 +01:00
committed by Shauren
parent 94ee1ff827
commit 430698d203

View File

@@ -0,0 +1,4 @@
-- fix "Val'anyr, Hammer of Ancient Kings" to properly provide shields from Earth Shield charges and Glyph of Holy Light heals (as well as others)
DELETE FROM `spell_proc_event` WHERE `entry`=64411;
INSERT INTO `spell_proc_event` (`entry`,`procFlags`) VALUES
(64411,0x00044400);