aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorFaq <ainarsh@gmail.com>2012-07-13 18:42:28 +0300
committerFaq <ainarsh@gmail.com>2012-07-13 18:42:28 +0300
commit1fa0177bb06d53969a457c4eb71ec6b495213f5a (patch)
treedd2654a2635247962b5e8d9e6fad8b99bc2515bd /sql
parent8ffafdc859a1d591bc5d29674b4576c2d32bf29c (diff)
Core/Spells - Idol of the Crying Wind;
+ Fixing typo;
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_07_13_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_13_00_world_spell_script_names.sql b/sql/updates/world/2012_07_13_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..64500418871
--- /dev/null
+++ b/sql/updates/world/2012_07_13_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE (`spell_id`='-5570');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-5570, 'spell_dru_insect_swarm');