Advertisement
IcariumQA

Mana fiend mana aura fix

Oct 26th, 2021
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.79 KB | None | 0 0
  1. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=977876 AND `spell_effect`=954300 AND `type`=2;
  2. #INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `flags`, `comment`) VALUES (977876, 954300, 2, 0, 'Manacharged Delirium Mana Gain Stop');
  3. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=977876 AND `spell_effect`=954300 AND `type`=0;
  4. INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `flags`, `comment`) VALUES (977876, 954300, 0, 0, 'Manacharged Delirium Mana Gain Stop');
  5. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-977876 AND `spell_effect`=-954300 AND `type`=0;
  6. INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `flags`, `comment`) VALUES (-977876, -954300, 0, 0, 'Manacharged Delirium Mana Gain Stop');
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement