1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 20:23:54 +00:00

Remove resolved TODO

This commit is contained in:
Mads Buvik Sandvei 2023-07-09 13:43:00 +00:00
parent a755fa0f34
commit 0c37a64a84

View file

@ -655,9 +655,6 @@ namespace MWLua
// spell), we still need to use the active spells store to purge this effect from active spells.
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();
activeSpells.purgeEffect(ptr, key.mId, key.mArg);