diff options
| author | QAston <none@none> | 2010-02-15 20:59:05 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2010-02-15 20:59:05 +0100 |
| commit | 4cd4c4170f70a0715daad52b2f1831b6017d647a (patch) | |
| tree | 940a3d602d5c18e770258ac13aae5e57a2444f9e /sql | |
| parent | 7b434fb1c350ffa6d738cef6fd401c6c184f0204 (diff) | |
*Backout some WTF fixes. Do things correctly, or do not touch them at all...
*Really fix windows build.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7364_world_spell_linked_spell.sql | 1 | ||||
| -rw-r--r-- | sql/world.sql | 1 |
2 files changed, 1 insertions, 1 deletions
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; |
