Core/Spells: Fixed Combustion stacking exploit

This commit is contained in:
Shauren
2011-02-18 20:07:41 +01:00
parent aefbf30e4a
commit a623bfad2b
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -18019,6 +18019,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
( 17851, 54501, 2, 'Consume Shadows - Rank 3'),
( 17850, 54501, 2, 'Consume Shadows - Rank 2'),
( 17767, 54501, 2, 'Consume Shadows - Rank 1'),
(-11129,-28682, 0, 'Combustion'),
(-5143, -36032, 0, 'Arcane Missiles Rank 1'),
(-5144, -36032, 0, 'Arcane Missiles Rank 2'),
(-5145, -36032, 0, 'Arcane Missiles Rank 3'),
@@ -0,0 +1,3 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-11129;
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
(-11129,-28682,0, 'Combustion');