items looted from corpses lose castable enchants
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user