IcariumQA

Molten fury all fire damage revert

May 20th, 2021 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.71 KB | None | 0 0
  1. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31680 AND `spell_effect`=831680 AND `type`=2;
  2. #INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (31680, 831680, 2, 'Molten Fury to Shaman');
  3. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31680 AND `spell_effect`=8831680 AND `type`=2;
  4. #INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (31680, 8831680, 2, 'Molten Fury to Warlock');
  5. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31680 AND `spell_effect`=8831682 AND `type`=2;
  6. #INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (31680, 8831682, 2, 'Molten Fury to Hunter');
  7.  
Add Comment
Please, Sign In to add comment