Changeset 5143
- Timestamp:
- Jan 20, 2012 1:51:14 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/unstable/L2J_Server_BETA/java/com/l2jserver/gameserver/model/itemcontainer/Inventory.java
r5138 r5143 1586 1586 while (inv.next()) 1587 1587 { 1588 // Check if that item already exists in OID map. 1589 if (L2World.getInstance().findObject(inv.getInt("object_id")) != null) 1590 continue; 1591 1588 1592 item = L2ItemInstance.restoreFromDb(getOwnerId(), inv); 1589 1593
Note: See TracChangeset
for help on using the changeset viewer.
