Minor patch
Fixed a glitch in inventory when storing items. Fixed leaked test code throwing issues in merchant's buy action.
This commit is contained in:
@@ -139,6 +139,8 @@ public class StorageProcessor {
|
||||
c.announce(MaplePacketCreator.enableActions());
|
||||
return;
|
||||
}
|
||||
|
||||
item = item.copy(); // thanks Robin Schulz & BHB88 for noticing a inventory glitch when storing items
|
||||
} finally {
|
||||
inv.unlockInventory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user