From 4cd4c4170f70a0715daad52b2f1831b6017d647a Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 15 Feb 2010 20:59:05 +0100 Subject: *Backout some WTF fixes. Do things correctly, or do not touch them at all... *Really fix windows build. --HG-- branch : trunk --- sql/updates/7364_world_spell_linked_spell.sql | 1 + sql/world.sql | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/updates/7364_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/updates/7364_world_spell_linked_spell.sql b/sql/updates/7364_world_spell_linked_spell.sql new file mode 100644 index 00000000000..fa24e3b7b04 --- /dev/null +++ b/sql/updates/7364_world_spell_linked_spell.sql @@ -0,0 +1 @@ +DELETE FROM spell_linked_spell WHERE spell_trigger = 31687; \ No newline at end of file diff --git a/sql/world.sql b/sql/world.sql index 35179613d40..fca4fde2f0b 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -5825,7 +5825,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 54850, 54851, 1, 'Emerge - Emerge Summon'), -- Trial of the Champion ( 66680, 66547, 0, 'Confess - Confess'), -( 31687, 70907, 0, 'Summon Water Elemental'), ( 66889,-66865, 0, 'Remove Vengeance'); /*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */; UNLOCK TABLES; -- cgit v1.2.3