diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-02-27 01:22:59 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 20:37:36 +0200 |
| commit | 430698d203b7bac280d6831fdb539ebbd37db7f8 (patch) | |
| tree | afd2c81df5a46340249010ab323e852735d3a21c | |
| parent | 94ee1ff82778253b94f03d223e3f319438c9a7dc (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.
(cherry picked from commit 8267e493d10ce2322d13ab30e6944673000425d4)
| -rw-r--r-- | sql/updates/world/2016_04_08_22_world_2016_02_27_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
