Skip to content

Instantly share code, notes, and snippets.

@Jildor
Created April 15, 2011 20:25
Show Gist options
  • Save Jildor/922416 to your computer and use it in GitHub Desktop.
Save Jildor/922416 to your computer and use it in GitHub Desktop.
Fixed talent Desolation
DELETE FROM spell_proc_event WHERE entry IN (66799,66814,66815,66816,66817);
INSERT INTO spell_proc_event (entry, SchoolMask, SpellFamilyName, SpellFamilyMask0, SpellFamilyMask1, SpellFamilyMask2, procFlags, procEx, ppmRate, CustomChance, Cooldown) VALUES
(66799, 5, 15, 4194304, 0, 0, 0, 0, 0, 100, 0), -- Rank1
(66814, 5, 15, 4194304, 0, 0, 0, 0, 0, 100, 0), -- Rank2
(66815, 5, 15, 4194304, 0, 0, 0, 0, 0, 100, 0), -- Rank3
(66816, 5, 15, 4194304, 0, 0, 0, 0, 0, 100, 0), -- Rank4
(66817, 5, 15, 4194304, 0, 0, 0, 0, 0, 100, 0); -- Rank5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment