1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 03:49:41 +00:00

Fixed incorrect index

This commit is contained in:
Internecine 2015-01-06 15:00:24 +13:00
parent a7a3ab0c78
commit e1fdcb608e

View file

@ -584,7 +584,7 @@ namespace MWMechanics
}
else if (effectId == ESM::MagicEffect::RestoreHealth)
{
applyDynamicStatsEffect(2, target, magnitude);
applyDynamicStatsEffect(0, target, magnitude);
}
else if (effectId == ESM::MagicEffect::DamageFatigue)
{