Table augmentations does not exist.

This commit is contained in:
MobiusDevelopment 2021-02-15 06:33:32 +00:00
parent 2b172fdd43
commit 581b0781f1

View File

@ -381,11 +381,6 @@ public class GameClient extends MMOClient<MMOConnection<GameClient>> implements
statement.execute();
statement.close();
statement = con.prepareStatement("DELETE FROM augmentations WHERE item_id IN (SELECT object_id FROM items WHERE items.owner_id=?)");
statement.setInt(1, objid);
statement.execute();
statement.close();
statement = con.prepareStatement("DELETE FROM items WHERE owner_id=?");
statement.setInt(1, objid);
statement.execute();