forked from teamnwah/openmw-tes3coop
Fixed incorrect index
This commit is contained in:
parent
a7a3ab0c78
commit
e1fdcb608e
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ namespace MWMechanics
|
||||||
}
|
}
|
||||||
else if (effectId == ESM::MagicEffect::RestoreHealth)
|
else if (effectId == ESM::MagicEffect::RestoreHealth)
|
||||||
{
|
{
|
||||||
applyDynamicStatsEffect(2, target, magnitude);
|
applyDynamicStatsEffect(0, target, magnitude);
|
||||||
}
|
}
|
||||||
else if (effectId == ESM::MagicEffect::DamageFatigue)
|
else if (effectId == ESM::MagicEffect::DamageFatigue)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue