mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-29 04:41:37 +00:00
Merge branch 'madsbuvi-master-patch-92066' into 'master'
Remove resolved TODO See merge request OpenMW/openmw!3213
This commit is contained in:
commit
657f55612e
1 changed files with 0 additions and 3 deletions
|
@ -655,9 +655,6 @@ namespace MWLua
|
||||||
// spell), we still need to use the active spells store to purge this effect from active spells.
|
// spell), we still need to use the active spells store to purge this effect from active spells.
|
||||||
auto ptr = effects.mActor.ptr();
|
auto ptr = effects.mActor.ptr();
|
||||||
|
|
||||||
// TODO: The current ActiveSpell API does not allow us to differentiate between skill/attribute parameters
|
|
||||||
// of effects. So this cannot remove e.g. "Fortify Luck" without also removing all other fortify attribute
|
|
||||||
// effects such as "Fortify Speed".
|
|
||||||
auto& activeSpells = ptr.getClass().getCreatureStats(ptr).getActiveSpells();
|
auto& activeSpells = ptr.getClass().getCreatureStats(ptr).getActiveSpells();
|
||||||
activeSpells.purgeEffect(ptr, key.mId, key.mArg);
|
activeSpells.purgeEffect(ptr, key.mId, key.mArg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue