Advertisement
nerfstuff123

Untitled

Aug 4th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. DELETE FROM `spell_pvp_mod` WHERE `spell_id`=3606;
  2. INSERT INTO `spell_pvp_mod` VALUES (3606, 0.5, 0.5, 0.5, 0.5, 0.5, 'Shaman - Searing Totem Attack Rank 1');
  3.  
  4. DELETE FROM `spell_pvp_mod` WHERE `spell_id`=8187;
  5. INSERT INTO `spell_pvp_mod` VALUES (8187, 0.45, 0.45, 0.45, 0.45, 0.45, 'Magma Totem');
  6.  
  7. #deep wounds pvp mod
  8. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=12721 AND `spell_effect`=812721 AND `type`=0;
  9. DELETE FROM `spell` WHERE `ID`=812721;
  10.  
  11. #Removed aura from 75461 and put it in resilient constitution
  12.  
  13. #update pet sls. Remove from SLS
  14.  
  15. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=65220 AND `spell_effect`=856511 AND `type`=2;
  16.  
  17. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=32233 AND `spell_effect`=856511 AND `type`=2;
  18.  
  19. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=65220 AND `spell_effect`=979700 AND `type`=2;
  20. INSERT INTO `spell_linked_spell` VALUES (65220, 979700, 2, 0, 'Resilient Constitution for pets');
  21. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=32233 AND `spell_effect`=979700 AND `type`=2;
  22. INSERT INTO `spell_linked_spell` VALUES (32233, 979700, 2, 0, 'Resilient Constitution for pets');
  23.  
  24. #totem pvp mods
  25.  
  26. DELETE FROM `spell_pvp_mod` WHERE `spell_id`=8187;
  27. INSERT INTO `spell_pvp_mod` VALUES (8187, 0.9, 0.9, 0.9, 0.9, 0.9, 'Magma Totem');
  28. DELETE FROM `spell_pvp_mod` WHERE `spell_id`=3606;
  29. INSERT INTO `spell_pvp_mod` VALUES (3606, 1, 1, 1, 1, 1, 'Shaman - Searing Totem Attack Rank 1');
  30.  
  31. DELETE FROM `spell_pvp_mod` WHERE `spell_id`=12162;
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement