mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-12 12:38:02 +00:00
Fix bug applying instant effects
This commit is contained in:
parent
4ed4c1e319
commit
bf153e1c8e
@ -157,7 +157,7 @@ namespace MWMechanics
|
||||
}
|
||||
}
|
||||
else
|
||||
applyInstantEffect(mTarget, effectIt->mEffectID, magnitude);
|
||||
applyInstantEffect(target, effectIt->mEffectID, magnitude);
|
||||
|
||||
if (target.getClass().isActor() || magicEffect->mData.mFlags & ESM::MagicEffect::NoDuration)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user