aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-05-26 11:52:30 +0200
committerMitchesD <majklprofik@seznam.cz>2015-05-26 11:52:30 +0200
commit82a6cbcad4d34e4b20313c17af99b82be6368e3c (patch)
tree213dcbc7a05c3a650aa181d5f9ee6aef9cc0325c /sql
parent16b6eb3ee9a85c2d3140f089feb168752e732134 (diff)
parent36cdc47e8f8d215d2f638dc977848fdb99e6a541 (diff)
Merge pull request #14613 from ariel-/shathalls
Fixed some issues with PR #14157
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_MM_DD_NN_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_MM_DD_NN_world.sql b/sql/updates/world/2015_MM_DD_NN_world.sql
new file mode 100644
index 00000000000..d7ef0e17204
--- /dev/null
+++ b/sql/updates/world/2015_MM_DD_NN_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 39291;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(39291, 'spell_remove_kargath_executioner');