Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf5ba09233 | ||
|
|
41adae8278 |
@@ -2377,7 +2377,7 @@ public class Character extends AbstractCharacterObject {
|
|||||||
ps.executeUpdate();
|
ps.executeUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
String[] toDel = {"famelog", "inventoryitems", "keymap", "queststatus", "savedlocations", "trocklocations", "skillmacros", "skills", "eventstats", "server_queue"};
|
String[] toDel = {"famelog", "inventoryitems", "keymap", "queststatus", "savedlocations", "trocklocations", "skillmacros", "skills", "eventstats" };
|
||||||
for (String s : toDel) {
|
for (String s : toDel) {
|
||||||
Character.deleteWhereCharacterId(con, "DELETE FROM `" + s + "` WHERE characterid = ?", cid);
|
Character.deleteWhereCharacterId(con, "DELETE FROM `" + s + "` WHERE characterid = ?", cid);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user