Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with effective heal

This commit is contained in:
Keader
2017-12-29 14:16:53 -03:00
parent 4a6c58d5c3
commit 502864e86c
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_valanyr_hammer_of_ancient_kings';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(64415,'spell_item_valanyr_hammer_of_ancient_kings');