Advertisement
IcariumQA

Explo shot AP scaling nerf to prev value

Sep 8th, 2021
1,446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.41 KB | None | 0 0
  1. DELETE FROM `spell_bonus_data` WHERE `entry`=53352;
  2. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (53352, 0.00001, 0, 0.067, -1, 'Hunter - Explosive Shot (triggered)');
  3. DELETE FROM `spell_bonus_data` WHERE `entry`=81449;
  4. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (81449, 0, 0, 0.067, 0.1, 'Aimed Explosive Shot Random Enchantment');
  5. DELETE FROM `spell_bonus_data` WHERE `entry`=81450;
  6. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (81450, 0, 0, 0.067, 0.1, 'Aimed Explosive Shot Random Enchantment');
  7. DELETE FROM `spell_bonus_data` WHERE `entry`=81451;
  8. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (81451, 0, 0, 0.067, 0.1, 'Aimed Explosive Shot Random Enchantment');
  9. DELETE FROM `spell_bonus_data` WHERE `entry`=81452;
  10. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (81452, 0, 0, 0.067, 0.1, 'Aimed Explosive Shot Random Enchantment');
  11. DELETE FROM `spell_bonus_data` WHERE `entry`=84444;
  12. INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (84444, 0.00001, 0, 0.067, -1, 'Hunter - Explosive Shot (triggered)');
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement