Revert "Core/Spell: Magic Absorption Calculation"

This reverts commit fb52e69169a5881c67011f38c4d0448946856779.
(cherry picked from commit 343c2fbf526a279964ca7d1927a2e245821607c3)
This commit is contained in:
ariel-
2018-03-12 16:39:33 +01:00
committed by DoctorKraft
parent d899b58161
commit 20c9486ab0
+1 -2
View File
@@ -532,8 +532,7 @@ int32 SpellEffectInfo::CalcValue(Unit const* caster /*= nullptr*/, int32 const*
level = int32(_spellInfo->MaxLevel);
else if (level < int32(_spellInfo->BaseLevel))
level = int32(_spellInfo->BaseLevel);
if (!_spellInfo->IsPassive())
level -= int32(_spellInfo->SpellLevel);
level -= int32(_spellInfo->SpellLevel);
basePoints += int32(level * basePointsPerLevel);
}