Jump to content

[Fix] Shield of the Templar


Recommended Posts

Posted

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

- Fixes proc of Shield of the Templar talent to be triggered only by Avenger's Shield

For which repository revision was the patch created?

Rev. 9100

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

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

Me

DELETE FROM spell_proc_event WHERE entry IN (53709, 53710, 53711);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
('53709', '0', '10', '16384', '0', '0', '256', '0', '0', '0', '0');

DELETE FROM  `spell_chain` WHERE `spell_id` IN (53709, 53710, 53711);
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`, `req_spell`) VALUES
('53709', '0', '53709', '1', '0'),
('53710', '53709', '53709','2', '0'),
('53711', '53710', '53709', '3', '0');

  • 3 months 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