mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-30 12:32:36 +00:00
Merge branch 'notarget' into 'master'
Don't run target-specific spell infliction code when there's no target (#7926) Closes #7926 See merge request OpenMW/openmw!4019
This commit is contained in:
commit
c6921d5292
@ -188,6 +188,9 @@ namespace MWMechanics
|
||||
|
||||
for (auto& enam : effects.mList)
|
||||
{
|
||||
if (target.isEmpty())
|
||||
break;
|
||||
|
||||
if (enam.mData.mRange != range)
|
||||
continue;
|
||||
const ESM::MagicEffect* magicEffect = store.find(enam.mData.mEffectID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user