IcariumQA

Shadow Embrace affect Insect swarm (plauge) and Wrath of the plague

Nov 23rd, 2021 (edited)
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.38 KB | None | 0 0
  1. DELETE FROM `spell_affect` WHERE `entry`=32386 AND `effectId`=0 AND `spellId`=990021;
  2. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32386, 0, 990021, 'Shadow Embrace 1 Affects Plaguebringer\'s Insect Swarm (Plague)');
  3. DELETE FROM `spell_affect` WHERE `entry`=32386 AND `effectId`=0 AND `spellId`=990017;
  4. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32386, 0, 990017, 'Shadow Embrace 1 Affects Wrath of the Plague');
  5. DELETE FROM `spell_affect` WHERE `entry`=32388 AND `effectId`=0 AND `spellId`=990021;
  6. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32388, 0, 990021, 'Shadow Embrace 2 Affects Plaguebringer\'s Insect Swarm (Plague)');
  7. DELETE FROM `spell_affect` WHERE `entry`=32388 AND `effectId`=0 AND `spellId`=990017;
  8. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32388, 0, 990017, 'Shadow Embrace 2 Affects Wrath of the Plague');
  9. DELETE FROM `spell_affect` WHERE `entry`=32389 AND `effectId`=0 AND `spellId`=990021;
  10. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32389, 0, 990021, 'Shadow Embrace 3 Affects Plaguebringer\'s Insect Swarm (Plague)');
  11. DELETE FROM `spell_affect` WHERE `entry`=32389 AND `effectId`=0 AND `spellId`=990017;
  12. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32389, 0, 990017, 'Shadow Embrace 3 Affects Wrath of the Plague');
  13. DELETE FROM `spell_affect` WHERE `entry`=32390 AND `effectId`=0 AND `spellId`=990021;
  14. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32390, 0, 990021, 'Shadow Embrace 4 Affects Plaguebringer\'s Insect Swarm (Plague)');
  15. DELETE FROM `spell_affect` WHERE `entry`=32390 AND `effectId`=0 AND `spellId`=990017;
  16. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32390, 0, 990017, 'Shadow Embrace 4 Affects Wrath of the Plague');
  17. DELETE FROM `spell_affect` WHERE `entry`=32391 AND `effectId`=0 AND `spellId`=990021;
  18. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32391, 0, 990021, 'Shadow Embrace 5 Affects Plaguebringer\'s Insect Swarm (Plague)');
  19. DELETE FROM `spell_affect` WHERE `entry`=32391 AND `effectId`=0 AND `spellId`=990017;
  20. INSERT INTO `spell_affect` (`entry`, `effectId`, `spellId`, `Comment`) VALUES (32391, 0, 990017, 'Shadow Embrace 5 Affects Wrath of the Plague');
  21.  
Add Comment
Please, Sign In to add comment