Advertisement
IcariumQA

PVP mod pet abilities

Sep 28th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.39 KB | None | 0 0
  1. DELETE FROM `spell_damage_mod` WHERE `spell_id`=58604;
  2. INSERT INTO `spell_damage_mod` VALUES (58604, 0.7, 'Pet - Lava Breath');
  3. DELETE FROM `spell_damage_mod` WHERE `spell_id`=24844;
  4. INSERT INTO `spell_damage_mod` VALUES (24844, 0.5, 'Pet - Lightning Breath');
  5. DELETE FROM `spell_damage_mod` WHERE `spell_id`=53508;
  6. INSERT INTO `spell_damage_mod` VALUES (53508, 0.5, 'Pet - Wolverine Bite');
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement