Table augmentations does not exist.
This commit is contained in:
parent
2b172fdd43
commit
581b0781f1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user