Jump to content

[fix] Waylay updated to 3.3.3


Guest Tequila

Recommended Posts

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

Rogue talent "Waylay" still only proccs on ambush crits.

As of 3.3.3 it should proc on ambush and backstab, no matter if its a crit. (Patchnotes)

For which repository revision was the patch created?

9771/latest

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

Couldn't finde one.

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

me

DELETE FROM `spell_proc_event` WHERE `entry` IN (51692,51696);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
('51692','0','8','516','0','0','0','0','0','0','0'),
('51696','0','8','516','0','0','0','0','0','0','0');

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 4 weeks 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