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:
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)
|
||||
{
|
||||
applyDynamicStatsEffect(2, target, magnitude);
|
||||
applyDynamicStatsEffect(0, target, magnitude);
|
||||
}
|
||||
else if (effectId == ESM::MagicEffect::DamageFatigue)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue