Update legal raid counts (#2878)

This commit is contained in:
NPC-C83H
2020-06-20 21:16:36 +08:00
committed by GitHub
parent 41aff36d50
commit 64be77f46c

View File

@@ -14,8 +14,8 @@ public RaidSpawnList8(SaveFile sav, SCBlock block, int legal) : base(sav, block.
CountUsed = legal;
}
public const int RaidCountLegal_O0 = 93;
public const int RaidCountLegal_R1 = 59;
public const int RaidCountLegal_O0 = 100;
public const int RaidCountLegal_R1 = 90;
public RaidSpawnDetail GetRaid(int entry) => new RaidSpawnDetail(Data, entry * RaidSpawnDetail.SIZE);