items looted from corpses lose castable enchants
This commit is contained in:
@@ -792,6 +792,8 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
if (item == null)
|
||||
return;
|
||||
|
||||
item.stripCastableEnchants();
|
||||
|
||||
if (item.lootLock.tryLock()) {
|
||||
try {
|
||||
Item itemRet = null;
|
||||
|
||||
Reference in New Issue
Block a user