|
|
|
@ -64,7 +64,7 @@ public class PowerPrereq {
@@ -64,7 +64,7 @@ public class PowerPrereq {
|
|
|
|
|
public static void getAllPowerPrereqs(HashMap<String, PowersBase> powers) { |
|
|
|
|
|
|
|
|
|
try (Connection connection = DbManager.getConnection(); |
|
|
|
|
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_power_powercastprereq\"")) { |
|
|
|
|
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_power_powercastprereq;")) { |
|
|
|
|
|
|
|
|
|
ResultSet rs = preparedStatement.executeQuery(); |
|
|
|
|
|
|
|
|
|