aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-31 17:42:04 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-31 17:42:04 +0200
commitb1721a65ee7595b99269d01cdccd7aa6557ab099 (patch)
tree9e6ce635141108ba44189dd8d29d766aa879a462 /sql
parentae36ddefec4f5ab6eea615ddd7a45cbdcb580b5a (diff)
Core/Spells: Fix quest credit for quest "Death Comes From On High"
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_31_04_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_31_04_world_spell_script_names.sql b/sql/updates/world/2013_08_31_04_world_spell_script_names.sql
new file mode 100644
index 00000000000..a1f71f3c870
--- /dev/null
+++ b/sql/updates/world/2013_08_31_04_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=51858;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(51858, 'spell_q12641_death_comes_from_on_high');