Jump to content

[9329][patch] Small fix in spell_chain for hunters


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

added spell_chain entry for spell http://www.wowhead.com/?spell=50245 and http://www.wowhead.com/?spell=50519

For which repository revision was the patch created?

any

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

can't find any

Who has been writing this patch? Please include either forum user names or email addresses.

Me

/* Pin */
DELETE FROM spell_chain WHERE first_spell = 50519;
INSERT INTO spell_chain VALUES
(50519, 0, 50519, 1, 0),
(53564, 50519, 50519, 2, 0),
(53565, 53564, 50519, 3, 0),
(53566, 53565, 50519, 4, 0),
(53567, 53566, 50519, 5, 0),
(53568, 53567, 50519, 6, 0);

/* Sonic Blast */
DELETE FROM spell_chain WHERE first_spell = 50245;
INSERT INTO spell_chain VALUES
(50245, 0, 50245, 1, 0),
(53544, 50245, 50245, 2, 0),
(53545, 53544, 50245, 3, 0),
(53546, 53545, 50245, 4, 0),
(53547, 53546, 50245, 5, 0),
(53548, 53547, 50245, 6, 0);

this prevents a bug with using different ranks of spells without cooldown, because they doesn't share cooldown

  • 1 month later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use