Jump to content

Recommended Posts

Posted

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

fixes Quick Shots proc from Improved Aspect of the Hawk talent when using Aspect of Dragonhawk

For which repository revision was the patch created?

9112

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

http://getmangos.eu/community/showthread.php?9810-[8429][bug]-Improved-aspect-of-the-hawk

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

Me

INSERT INTO spell_chain VALUES
(61846, 0, 61846, 1, 0);
INSERT INTO spell_chain VALUES
(61847, 61846, 61846, 2, 0);
delete from `spell_proc_event` where `entry` in (61846, 61847);
insert into `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) values('61846','0','9','1','0','0','0','0','0','0','0');

  • 40 years later...
Guest
This topic is now closed to further replies.
×
×
  • 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