items looted from corpses lose castable enchants

This commit is contained in:
2025-03-12 19:24:37 -05:00
parent a5186265e2
commit 8a4db1b1de
@@ -792,6 +792,8 @@ public class ClientMessagePump implements NetMsgHandler {
if (item == null)
return;
item.stripCastableEnchants();
if (item.lootLock.tryLock()) {
try {
Item itemRet = null;