Load amount of things to do/collect/kill/whatever into the database and load it when loading quest
This commit is contained in:
@@ -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)" +
|
||||
")";
|
||||
|
||||
Reference in New Issue
Block a user