diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-02-27 01:22:59 +0100 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-02-27 01:22:59 +0100 |
commit | 8267e493d10ce2322d13ab30e6944673000425d4 (patch) | |
tree | bfabb8c274f09c1d3db713757d05a892d6f19797 | |
parent | 1c86d286d4f9afc365a2a64b7ed0eb2d939814b7 (diff) |
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.
-rw-r--r-- | sql/updates/world/2016_02_27_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_27_00_world.sql b/sql/updates/world/2016_02_27_00_world.sql new file mode 100644 index 00000000000..b9288b2ddfb --- /dev/null +++ b/sql/updates/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); |