forked from MagicBane/Server
SQL bugfix
This commit is contained in:
@@ -64,7 +64,7 @@ public class PowerPrereq {
|
|||||||
public static void getAllPowerPrereqs(HashMap<String, PowersBase> powers) {
|
public static void getAllPowerPrereqs(HashMap<String, PowersBase> powers) {
|
||||||
|
|
||||||
try (Connection connection = DbManager.getConnection();
|
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();
|
ResultSet rs = preparedStatement.executeQuery();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user