From 768952ae7105063b61148a5b177b453de3a564f1 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Tue, 1 Jun 2010 00:37:59 -0300 Subject: Added missing delete from r34f4db8886. Thnx kolapse01. --HG-- branch : trunk --- sql/updates/8358_world_spell_linked_spell.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/updates') diff --git a/sql/updates/8358_world_spell_linked_spell.sql b/sql/updates/8358_world_spell_linked_spell.sql index 76f4de417a5..f86328d30e0 100644 --- a/sql/updates/8358_world_spell_linked_spell.sql +++ b/sql/updates/8358_world_spell_linked_spell.sql @@ -1,3 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (69381,69378,69377); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (69381, 72588, 1, 'Drums of the Wild'), (69378, 72586, 1, 'Drums of the Forgotten Kings'), -- cgit v1.2.3