From 12a52d2fbb3aef60f7eff73d1a10e0dbe9de5edf Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Wed, 24 Dec 2008 09:03:40 +0000 Subject: * fixed typo for Electrical Storm spell * removed Wyvern Sting rank 5 and rank 6 from spell_linked_spell since they * are not available till wotlk :P * Ok, who was on crack? --HG-- branch : trunk --- sql/updates/615_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/615_world.sql (limited to 'sql/updates/615_world.sql') diff --git a/sql/updates/615_world.sql b/sql/updates/615_world.sql new file mode 100644 index 00000000000..28512e8511e --- /dev/null +++ b/sql/updates/615_world.sql @@ -0,0 +1,7 @@ +-- Wyvern Sting rank 5 and 6 not avail. till wotlk +DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012); + +-- typo +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648); +INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone'); + -- cgit v1.2.3