Jump to content

[Mangos One][Patch] Fix Shadow Word: Death


Guest FH3095

Recommended Posts

Fix: Currently Shadow Word: Death deals the damage to the caster every time. It should deal that damage only, when the victim doesn't die.

The code to do this is all ok, we only miss a sql-row so that the aura, that is applied to the caster, is triggered which removes the aura from the caster when the victim dies.

Repository: Commit d20d45889447c0a5d056 (Revision s0906).

Authors: Me

DELETE FROM `spell_proc_event` WHERE `entry`=32409;
INSERT INTO `spell_proc_event` (`entry`,`procFlags`)
VALUES
('32409', '2');

Link to comment
Share on other sites

  • 2 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