Skip to content

Commit

Permalink
Osatopia II ft Dofus Portals
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaysoro committed Sep 29, 2023
1 parent 60ee6c9 commit a5ab7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/data/ServerDofus.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private synchronized static void initialize(){
Connection connection = connexion.getConnection();

try {
PreparedStatement query = connection.prepareStatement("SELECT name, id_dofus, game FROM Server");
PreparedStatement query = connection.prepareStatement("SELECT name, id_dofus, id_sweet, game FROM Server");
ResultSet resultSet = query.executeQuery();

while (resultSet.next()) {
Expand Down

0 comments on commit a5ab7e2

Please sign in to comment.