aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-08-23 23:25:10 -0300
committerJohn Holiver <none@none>2010-08-23 23:25:10 -0300
commitb30800e9bcc38faf4bcbe443240a6d0797ad88e5 (patch)
tree55973e605da698ba9e70674fa1b6a32651e54943
parentd7d63012c52bf006af31ed630f551a9f8f1da48d (diff)
Forget to save the file before pushing. Sorry. =p
--HG-- branch : trunk
-rw-r--r--sql/updates/9556_world_spell_linked_spell.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9556_world_spell_linked_spell.sql b/sql/updates/9556_world_spell_linked_spell.sql
index e69de29bb2d..3700aab8b36 100644
--- a/sql/updates/9556_world_spell_linked_spell.sql
+++ b/sql/updates/9556_world_spell_linked_spell.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=58875 AND `spell_effect`=58876 AND `type`=0;
+INSERT INTO `spell_linked_spell` VALUES (58875, 58876, 0, 'Spirit Walk'); \ No newline at end of file