Load amount of things to do/collect/kill/whatever into the database and load it when loading quest

This commit is contained in:
2022-06-03 05:02:26 +02:00
parent bcf0a3adef
commit 6d513de154
8 changed files with 70 additions and 60 deletions
@@ -97,6 +97,7 @@ public class Database {
"quest_variant VARCHAR(36) NOT NULL, " +
"step_1_progress INT NOT NULL, " +
"step_2_progress INT NOT NULL, " +
"amount INT NOT NULL, " +
"reward_received BIT(1) NOT NULL, " +
"PRIMARY KEY (uuid)" +
")";