diff options
| author | teacher <none@none> | 2010-04-12 02:34:48 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-04-12 02:34:48 +0200 |
| commit | dea44971632f6a2a5b0f96b025f9f358d8ea8a2e (patch) | |
| tree | 5456917f5c18f6f030df3213cb5cf6df33eaedbd | |
| parent | bd23bd1c5c0607c09d6539edfaa658d12b988261 (diff) | |
Removed no longer existing spell in spell_linked_spell.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/7881_world_spell_linked_spell.sql | 1 | ||||
| -rw-r--r-- | sql/world.sql | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sql/updates/7881_world_spell_linked_spell.sql b/sql/updates/7881_world_spell_linked_spell.sql new file mode 100644 index 00000000000..af419be42e0 --- /dev/null +++ b/sql/updates/7881_world_spell_linked_spell.sql @@ -0,0 +1 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN (24395,24396,24397,26592,61417,61418); diff --git a/sql/world.sql b/sql/world.sql index 1272a3806d9..d4c5fb6fe65 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -5965,14 +5965,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 20594, 65116, 0, 'Stoneform'), ( 49039, 50397, 2, 'Lichborne - shapeshift'), ( 64382, 64380, 0, 'Shattering Throw'), -( 19574, 24395, 2, 'Bestial Wrath'), -( 19574, 24396, 2, 'Bestial Wrath'), -( 19574, 24397, 2, 'Bestial Wrath'), -( 19574, 26592, 2, 'Bestial Wrath'), -( 34471, 24395, 2, 'The Beast Within'), -( 34471, 24396, 2, 'The Beast Within'), -( 34471, 24397, 2, 'The Beast Within'), -( 34471, 26592, 2, 'The Beast Within'), (-59907, 7, 0, 'Lightwell Charges - Suicide'), ( 19263, 67801, 2, 'Deterrence'), -- Quest |
