Skip to content

Instantly share code, notes, and snippets.

@FALL1N1
Created September 14, 2012 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FALL1N1/3722170 to your computer and use it in GitHub Desktop.
Save FALL1N1/3722170 to your computer and use it in GitHub Desktop.
SP Stack enchants, items, foods
DELETE FROM `spell_bonus_data` WHERE `entry` IN(13907, 64442, 44578, 44525, 28005, 46579, 20004, 20007, 20006, 13897, 64569, 6297, 7712, 7714, 10577, 16614, 17484, 18798, 21992, 27655, 28788, 38395, 55756, 40972, 60526, 67760, 67714, 28715, 43731, 43733, 38616);
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(7714, 0, 0, -1, -1, 'Fiery Plate Gauntlets'),
(21992, 0, 0, -1, -1, 'Thunderfury legendary weapon lightning'),
(28715, 0, 0, -1, -1, 'Flamecap (Flamecap op damage)'),
(43731, 0, 0, -1, -1, 'Stormchops (Lightning fix)'),
(43733, 0, 0, -1, -1, 'Stormchops 2 (Lightning fix)'),
(38616, 0, 0, -1, -1, 'Bloodboil Poison'),
(7712, 0, 0, -1, -1, 'Blazefury Medallion & Fiery Retributor'),
(10577, 0, 0, -1, -1, 'Gauntlets of the Sea'),
(16614, 0, 0, -1, -1, 'Storm Gauntlets'),
(17484, 0, 0, -1, -1, 'Skullforge Reaver'),
(18798, 0, 0, -1, -1, 'Freezing Band'),
(27655, 0, 0, -1, -1, 'Heart of Wyrmthalak'),
(28788, 0, 0, -1, -1, 'Paladin T3'),
(38395, 0, 0, -1, -1, 'Warlock T5'),
(55756, 0, 0, -1, -1, 'Brunnhildar frost flow'),
(40972, 0, 0, -1, -1, 'Crystal Spire of Karabor'),
(60526, 0, 0, -1, -1, 'Living Ice Crystals'),
(67760, 0, 0, -1, -1, 'Pillar of Flame'),
(67714, 0, 0, -1, -1, 'Pillar of Flame'),
(13907, 0, 0, -1, -1, 'Smite Demon'),
(44578, 0, 0, -1, -1, 'Lifeward'),
(44525, 0, 0, -1, -1, 'Icebreaker'),
(28005, 0, 0, -1, -1, 'Battlemaster'),
(46579, 0, 0, -1, -1, 'Deathfrost'),
(20004, 0, 0, -1, -1, 'Life Steal'),
(20007, 0, 0, -1, -1, 'Holy Strength'),
(20006, 0, 0, -1, -1, 'Unholy Curse'),
(64569, 0, 0, -1, -1, 'Blood Reserve'),
(64442, 0, 0, -1, -1, 'Blade Warding'),
(6297, 0, 0, -1, -1, 'Fiery Blaze'),
(13897, 0, 0, -1, -1, 'Fiery Weapon');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment