aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.7/3653_spell.sql
diff options
context:
space:
mode:
authorNeo2003 <none@none>2008-10-02 16:23:55 -0500
committerNeo2003 <none@none>2008-10-02 16:23:55 -0500
commit9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch)
treeb5d1ba94a656e6679f8737f9ea6bed1239b73b14 /sql/updates/0.7/3653_spell.sql
[svn] * Proper SVN structureinit
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/0.7/3653_spell.sql')
-rw-r--r--sql/updates/0.7/3653_spell.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/0.7/3653_spell.sql b/sql/updates/0.7/3653_spell.sql
new file mode 100644
index 00000000000..87f5a1f4dea
--- /dev/null
+++ b/sql/updates/0.7/3653_spell.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_chain` WHERE `spell_id` = 27170;
+INSERT INTO `spell_chain` VALUES (27170,20920,20375,6);
+DELETE FROM `spell_proc_event` WHERE `entry` = 27170;
+INSERT INTO `spell_proc_event` VALUES (27170, 0, 0, 0, 0, 1, 7);