forked from MagicBane/Server
Universal Mines
This commit is contained in:
@@ -71,7 +71,8 @@ public class Mine extends AbstractGameObject {
|
||||
public Mine(ResultSet rs) throws SQLException, UnknownHostException {
|
||||
super(rs);
|
||||
|
||||
this.mineType = MineProduction.getByName(rs.getString("mine_type"));
|
||||
//this.mineType = MineProduction.getByName(rs.getString("mine_type"));
|
||||
this.mineType = MineProduction.ALL;
|
||||
|
||||
int ownerUID = rs.getInt("mine_ownerUID");
|
||||
this.buildingID = rs.getInt("mine_buildingUID");
|
||||
|
||||
Reference in New Issue
Block a user