|
|
@ -792,6 +792,8 @@ public class ClientMessagePump implements NetMsgHandler { |
|
|
|
if (item == null) |
|
|
|
if (item == null) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
item.stripCastableEnchants(); |
|
|
|
|
|
|
|
|
|
|
|
if (item.lootLock.tryLock()) { |
|
|
|
if (item.lootLock.tryLock()) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
Item itemRet = null; |
|
|
|
Item itemRet = null; |
|
|
|