Created
April 15, 2011 20:25
-
-
Save Jildor/922416 to your computer and use it in GitHub Desktop.
Fixed talent Desolation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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