Jump to content

Recommended Posts

Posted

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

Fixes proc flags of mage talent http://www.wowhead.com/?spell=11103

For which repository revision was the patch created?

9541

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?10319-%5BRev-8585%5D%5Bspell%5D%5B12358%5D-Impact

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

me

/* Impact */
DELETE FROM spell_chain WHERE first_spell = 11103;
INSERT INTO spell_chain VALUES
(11103, 0,     11103, 1, 0),
(12357, 11103, 11103, 2, 0),
(12358, 12357, 11103, 3, 0);

DELETE FROM spell_proc_event WHERE entry IN (11103, 12357, 12358, 64343);
INSERT INTO spell_proc_event VALUES
(11103, 0x00000000, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.0, 0.0, 0),
(64343, 0x00000000, 3, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.0, 0.0, 0);

  • 40 years later...
Posted

Small bug.

Impact proc talent auras get dispelled from caster after use of IceBlock. They are considered negative, as I think.

if(spellproto->AttributesEx & SPELL_ATTR_EX_NEGATIVE) // <----- here at IsPositiveEffect(...) (spell 12358)

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