nimzo_asc

overkill

Dec 27th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-1784 AND `spell_effect`=-58427 AND `type`=0;
  2. INSERT INTO `spell_linked_spell` VALUES (-1784, -58427, 0, 'Stealth removal removes Overkill (permanent)');
  3. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-5215 AND `spell_effect`=-58427 AND `type`=0;
  4. INSERT INTO `spell_linked_spell` VALUES (-5215, -58427, 0, 'Prowl removal removes Overkill (permanent)');
  5. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=5215 AND `spell_effect`=58427 AND `type`=0;
  6. INSERT INTO `spell_linked_spell` VALUES (5215, 58427, 0, 'Prowl grants Overkill (permanent)');
  7. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-5215 AND `spell_effect`=858427 AND `type`=0;
  8. INSERT INTO `spell_linked_spell` VALUES (-5215, 858427, 0, 'Prowl removal grants Overkill (temporary)');
  9. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-1784 AND `spell_effect`=858427 AND `type`=0;
  10. INSERT INTO `spell_linked_spell` VALUES (-1784, 858427, 0, 'Stealth removal grants Overkill (temporary)');
Add Comment
Please, Sign In to add comment