forked from teamnwah/openmw-tes3coop
Fix bug applying instant effects
This commit is contained in:
parent
4ed4c1e319
commit
bf153e1c8e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace MWMechanics
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
applyInstantEffect(mTarget, effectIt->mEffectID, magnitude);
|
applyInstantEffect(target, effectIt->mEffectID, magnitude);
|
||||||
|
|
||||||
if (target.getClass().isActor() || magicEffect->mData.mFlags & ESM::MagicEffect::NoDuration)
|
if (target.getClass().isActor() || magicEffect->mData.mFlags & ESM::MagicEffect::NoDuration)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue