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:
Liberate
2011-10-18 23:49:46 +02:00
parent 8cc13ff838
commit 6d12deb5b5

View File

@@ -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;
}
}