enchant stripping bug

This commit is contained in:
2024-03-01 19:58:24 -06:00
parent 523eb8529f
commit 79022f0e3e
+1 -1
View File
@@ -1211,7 +1211,7 @@ public class CharacterItemManager {
//i.clearEffects();
for (String name : i.getEffects().keySet()) {
Effect eff = i.getEffects().get(name);
if (eff.getDuration() < 1000)
if (eff.getDuration() < 2000)
i.endEffect(name);
}
}