diff options
author | Blaymoira <none@none> | 2008-12-26 09:01:39 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-26 09:01:39 +0100 |
commit | 855d81e950db9e9e0fefaf9b159a2409f35d418e (patch) | |
tree | 7a9a7faaf7a270187140802deeb4d708cb70e5e2 /src/game/Unit.cpp | |
parent | 8837453f24b1f4871fdafbe83548a8853331ede2 (diff) | |
parent | 4a6c246e3b2e789f0eb3038a41a5b32027f23f91 (diff) |
*Merge heads
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index a9c822bddec..a079964ce3e 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8606,8 +8606,10 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 TakenTotalMod *= (mod+100.0f)/100.0f; } break; + //This is changed in WLK, using aura 255 //Mangle case 2312: + case 44955: for(int j=0;j<3;j++) { if(GetEffectMechanic(spellProto, j)==MECHANIC_BLEED) |