mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
And a forgotten change. Sorry for this, I guess it's a welcome back present for me... Thanks tobmaps for pointing this out.
This commit is contained in:
@@ -10611,11 +10611,6 @@ uint32 Unit::SpellDamageBonus(Unit* victim, SpellInfo const* spellProto, uint32
|
||||
AddPctF(TakenTotalMod, std::max(mod, float((*i)->GetAmount())));
|
||||
}
|
||||
break;
|
||||
// Ebon Plague
|
||||
case 1933:
|
||||
if ((*i)->GetMiscValue() & (spellProto ? spellProto->GetSchoolMask() : 0))
|
||||
AddPctN(TakenTotalMod, (*i)->GetAmount());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user