Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.70 KB | None | 0 0
  1. -- Spell Scaling for Zg Bosses --
  2. DELETE FROM `spell_bonus_data` WHERE `entry` IN (44518, 31784, 35243, 34944, 8382, 24321, 50207, 45329, 14032, 65490, 69576);
  3. INSERT INTO `spell_bonus_data` VALUES (44518, 500, 500, 500, 500, 'Immolate'),
  4. (31784, 1250, 1250, 1250, 1250, 'Wrath '),
  5. (35243, 1000, 1000, 1000, 1000, 'Starfire'),
  6. (34944, 750, 750, 750, 750, 'Holy Nova'),
  7. (8382, 750, 750, 750, 750, 'Leech Poison'),
  8. (24321, 1000, 1000, 1000, 1000, 'Poisonious Blood'),
  9. (50207, 750, 750, 750, 750, 'Boiling Blood'),
  10. (45329, 600, 600, 600, 600, 'ShadowNova (Adds)'),
  11. (14032, 800, 800, 800, 800, 'Shadow word : Pain'),
  12. (65490, 900, 900, 900, 900, 'Vampiric Touch'),
  13. (69576, 2500, 2500, 2500, 2500, 'Chaos Bolt');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement