diff options
-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 |