mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Remove mangle hack for nalorakk.
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user