Skip to content

Commit

Permalink
DB/Spells: "Val'anyr, Hammer of Ancient Kings" now properly shields t…
Browse files Browse the repository at this point in the history
…argets healed by Glyph of Holy Light, Earth Shield and others.

Fixes & closes #16478.
  • Loading branch information
Treeston committed Feb 27, 2016
1 parent 1c86d28 commit 8267e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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);

1 comment on commit 8267e49

@Keader
Copy link
Member

@Keader Keader commented on 8267e49 Feb 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Work @ariel- and @Treeston 👍

Please sign in to comment.