From 430698d203b7bac280d6831fdb539ebbd37db7f8 Mon Sep 17 00:00:00 2001 From: treeston Date: Sat, 27 Feb 2016 01:22:59 +0100 Subject: 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 8267e493d10ce2322d13ab30e6944673000425d4) --- sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql b/sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql new file mode 100644 index 00000000000..b9288b2ddfb --- /dev/null +++ b/sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql @@ -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); -- cgit v1.2.3