aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-12-29 14:16:53 -0300
committerKeader <keader.android@gmail.com>2017-12-29 14:16:53 -0300
commit502864e86c0a29ac4e64b20ee0c2e853cecd0401 (patch)
tree005671a8cf9e275a899b6365f6bdf2cc299c96e2 /sql
parent4a6c58d5c3852e8853e7bfdd2d9dbb29284c6e3e (diff)
Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with effective heal
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql b/sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql
new file mode 100644
index 00000000000..b6c0dd3bcb6
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');