forked from MagicBane/Server
Populate new column in table.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user