items PERSIST work.

This commit is contained in:
2024-03-02 09:55:30 -05:00
parent fa440e2885
commit ec90ef6174
10 changed files with 19 additions and 41 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public class Kit extends AbstractGameObject {
new ArrayList<>(), "");
try {
temp = DbManager.ItemQueries.ADD_ITEM(temp);
temp = DbManager.ItemQueries.PERSIST(temp);
} catch (Exception e) {
Logger.error(e);
}