aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaelima <kaelima@trinity.contrib>2012-01-05 11:23:13 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-05 11:23:13 +0100
commitaa51133d28bf1f939f02402885f13dd517b1a76b (patch)
tree7439151e6decf7a514ab8a7a70844519453c87cc
parentd8827d8a6ab451abd156e278af743d9f8ee5c814 (diff)
DB/Spells: add voices to Corrupted Ashbringer
closes #3705
-rw-r--r--sql/updates/world/2012_01_05_06_world_spel_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_06_world_spel_script_names.sql b/sql/updates/world/2012_01_05_06_world_spel_script_names.sql
new file mode 100644
index 00000000000..1a22c2916bb
--- /dev/null
+++ b/sql/updates/world/2012_01_05_06_world_spel_script_names.sql
@@ -0,0 +1,2 @@
+-- add voices for Currupted Ashbringer
+UPDATE `spell_script_names` SET `spell_id`=28414 WHERE `ScriptName`= 'spell_item_ashbringer';