Populate new column in table.

This commit is contained in:
2024-04-05 09:30:00 -04:00
parent f7c76937fb
commit 58fb2a9b90
3 changed files with 27 additions and 6 deletions
-2
View File
@@ -89,8 +89,6 @@ public class Contract extends AbstractGameObject {
this.equipmentSet = rs.getInt("equipSetID");
this.inventorySet = rs.getInt("inventorySet");
DbManager.ContractQueries.updateAllowedBuildings(this);
try {
String menuoptions = rs.getString("menuoptions");