Fix daily dungeon flow (#2398)

* Fix dungeon entry, daily changes, replay flow; fix Mond's weapon mats domain unlock

* add note to DungeonEntryToBeExploreNotify
This commit is contained in:
longfruit
2023-10-16 22:41:04 -07:00
committed by GitHub
Unverified
parent 6745d1126e
commit 770cd62370
17 changed files with 278 additions and 38 deletions
@@ -19,6 +19,7 @@ public final class PointData {
@Getter private Position size;
@Getter private boolean forbidSimpleUnlock;
@Getter private boolean unlocked;
@Getter private boolean groupLimit;
@SerializedName(
value = "dungeonIds",
@@ -28,7 +29,7 @@ public final class PointData {
@SerializedName(
value = "dungeonRandomList",
alternate = {"OIBKFJNBLHO"})
alternate = {"GLEKJMEEOMH"})
@Getter
private int[] dungeonRandomList;