From b30800e9bcc38faf4bcbe443240a6d0797ad88e5 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Mon, 23 Aug 2010 23:25:10 -0300 Subject: Forget to save the file before pushing. Sorry. =p --HG-- branch : trunk --- sql/updates/9556_world_spell_linked_spell.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql') 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 -- cgit v1.2.3