aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2012-01-04 13:35:29 -0800
committerShocker <shocker@freakz.ro>2012-01-04 13:35:29 -0800
commit00e1de4c0af088d691c08afdb7a5394878ada7ee (patch)
tree59c646dd06b2496a8a5f2f19fee7984bc504fba1 /sql
parent91d51d9474b5bc4356729a9f04105a114a21fa4e (diff)
parent0e274bdcb7bda6e889ef7ce2749e2bfd5b773fe0 (diff)
Merge pull request #3478 from Havenard/fix0011
Core/Spells: Fix Divine Storm
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_10_11_01_world_spell_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_11_01_world_spell_script_names.sql b/sql/updates/world/2011_10_11_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..f8ae3db6ad3
--- /dev/null
+++ b/sql/updates/world/2011_10_11_01_world_spell_script_names.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 53385;
+INSERT INTO `spell_script_names` VALUES (53385, 'spell_pal_divine_storm');