aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-07-06 10:21:00 -0400
committerKandera <KanderaDev@gmail.com>2012-07-06 10:21:00 -0400
commit2bcc29136ab2b4982fae765b360b16518ca67880 (patch)
tree5baf0d9fd5ade06e9ec0f579105743b68d540b8b /sql
parent6a83cd453cc05790f74587390a2d6d65c8723899 (diff)
Scripts/Spells: fix wrath of the astromancer and stop the startup error.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_07_06_00_world_spell_script_names.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_06_00_world_spell_script_names.sql b/sql/updates/world/2012_07_06_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..676ac430a9d
--- /dev/null
+++ b/sql/updates/world/2012_07_06_00_world_spell_script_names.sql
@@ -0,0 +1 @@
+UPDATE `spell_script_names` SET `spell_id` = 42787 WHERE `spell_id` = 42784;