mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fixed incorrect index
This commit is contained in:
parent
a7a3ab0c78
commit
e1fdcb608e
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user