From 6c2d0d709ac461cf0e4b530994923e5a43fb7a94 Mon Sep 17 00:00:00 2001 From: Keader Date: Fri, 29 Dec 2017 14:16:53 -0300 Subject: Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with effective heal (cherry picked from commit 502864e86c0a29ac4e64b20ee0c2e853cecd0401) --- .../world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_03_19_07_world_2017_12_29_00_world.sql.sql (limited to 'sql') 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'); -- cgit v1.2.3