diff options
| author | John Holiver <none@none> | 2010-06-01 00:37:59 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-06-01 00:37:59 -0300 |
| commit | 768952ae7105063b61148a5b177b453de3a564f1 (patch) | |
| tree | 72ab942741db115035989daa88e531927df8034a /sql/updates | |
| parent | 1943b19ff87033a0c99420fb5c4b788811b20bd4 (diff) | |
Added missing delete from r34f4db8886.
Thnx kolapse01.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8358_world_spell_linked_spell.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'), |
