Jump to content

[Fix][7318] Mutilate damage 3.0.9


Auntie Mangos

Recommended Posts

2

As of patch 3.0.9 Mutilate damage against poisoned targets was reduced to 20% down from 50%

Sources: wiki, patchnotes

Who wrote it?

me, Tequila

2

diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 9f9505d..53a922d 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4357,7 +4357,7 @@ void Spell::EffectWeaponDmg(uint32 i)
                }

                if(found)
-                    totalDamagePercentMod *= 1.5f;          // 150% if poisoned
+                    totalDamagePercentMod *= 1.2f;          // 120% if poisoned (3.0.9)
            }
            break;
        }

Other infos:

Other mutilate bug is that it still requires you to be behind the target.

A fix was posted here.

Link to comment
Share on other sites

  • 39 years later...
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