Minor EffectList improvement.

Contributed by Sahar.
This commit is contained in:
MobiusDevelopment
2019-10-03 18:12:37 +00:00
parent d52a027967
commit b14405512a

View File

@@ -1149,7 +1149,7 @@ public class EffectList
} }
// Remove the effect from creature effects. // Remove the effect from creature effects.
stopAndRemove(removed, info, getEffectList(info.getSkill())); stopAndRemove(true, removed, info, getEffectList(info.getSkill()));
// Update effect flags and icons. // Update effect flags and icons.
updateEffectList(true); updateEffectList(true);
} }