aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-12-29 14:16:53 -0300
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commit6c2d0d709ac461cf0e4b530994923e5a43fb7a94 (patch)
treeaf90b432cf040b7c81f8b6b8ef401ea52e1a7a2e /sql
parent313b2ff526dda221b03c7b75bc4aaa3550f739f7 (diff)
Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with effective heal
(cherry picked from commit 502864e86c0a29ac4e64b20ee0c2e853cecd0401)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql b/sql/updates/world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql
new file mode 100644
index 00000000000..b6c0dd3bcb6
--- /dev/null
+++ b/sql/updates/world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql
@@ -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');