mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user