@ -63,7 +63,7 @@ public class dbContractHandler extends dbHandlerBase {
while (rs.next()) {
int templateID = rs.getInt("itembaseID");
int templateID = rs.getInt("templateID");
Item item = new Item(templateID);
item.objectUUID = MobLoot.lastNegativeID.decrementAndGet();