update inventory after resource purchase
This commit is contained in:
@@ -1588,6 +1588,7 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
DbManager.ItemQueries.UPDATE_NUM_ITEMS(buy,buy.getNumOfItems());
|
||||
}
|
||||
}
|
||||
itemMan.updateInventory();
|
||||
}
|
||||
private static void Repair(RepairMsg msg, ClientConnection origin) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user