diff options
| author | megamage <none@none> | 2008-12-25 17:26:05 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-25 17:26:05 -0600 |
| commit | 59ed3f9d2fbb401dfc9b9d92ea948cb99ba961ea (patch) | |
| tree | cfab33ed716277dd5806eb5f4eb98b96cc6b8c0d /src/game/Unit.cpp | |
| parent | 898d64dcca411fbcb823f0fcb1d36804e9afc2c3 (diff) | |
*Remove mangle hack for nalorakk.
--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) |
