Revert "Core/Spell: Magic Absorption Calculation"
This reverts commit fb52e69169a5881c67011f38c4d0448946856779. (cherry picked from commit 343c2fbf526a279964ca7d1927a2e245821607c3)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user