Jump to content

[11549][FIX] Damage Shield proc event


Auntie Mangos

Recommended Posts

Revision of MaNGOS: 9763

Bug reported: http://getmangos.eu/community/showthread.php?13858-Damage-shield

Damage Shield has proc event for blocks only, but in it's info it clearly says that it should proc every time the warrior takes any melee damage or blocks.

FIX:

UPDATE `spell_proc_event` SET `procEx` = `procEx`|3 WHERE `entry` IN (58872, 58874);

written by me.

Link to comment
Share on other sites

  • 40 years later...
  • 8 months later...
DELETE FROM spell_proc_event WHERE entry = 58872;
INSERT INTO spell_proc_event VALUES
(58872, 0x00,  4, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00002043, 0.000000, 0.000000, 0);

Link to comment
Share on other sites

  • 2 weeks later...
In this version, the talent is triggered when the block and melee attack weapons and melee attack spells.

By description look like need not blocked damage

spell_chain part in link redundend (core by self build chain in this case.

(58872, 0x00, 4, 0x00000000

4 spell family will prevent process normal melee hits and then incorrect.

Patch in original form into [11549]. Thank you :)

Link to comment
Share on other sites

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