forked from MagicBane/Server
More persist work
This commit is contained in:
@@ -302,7 +302,7 @@ public enum ForgeManager implements Runnable {
|
||||
completed_item = DbManager.ItemQueries.PERSIST(workOrderItem);
|
||||
|
||||
workOrder.vendor.charItemManager.addItemToInventory(completed_item);
|
||||
|
||||
}
|
||||
// Remove the fake negativeID item from all collections.
|
||||
// set the items as 'completed'
|
||||
|
||||
@@ -319,8 +319,6 @@ public enum ForgeManager implements Runnable {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
public static void forgeItems(WorkOrder workOrder) {
|
||||
|
||||
for (int i = 0; i < workOrder.slots_used; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user