Skip to content

Commit e9750cc

Browse files
authored
util: add Quantum to encounter tools (OverlayPlugin#809)
1 parent f7fee06 commit e9750cc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

util/coverage/coverage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ const buildZoneTable = (container: HTMLElement, lang: Lang, coverage: Coverage)
10961096
ContentType.DisciplesOfTheLand,
10971097
ContentType.TreasureHunt,
10981098
ContentType.DeepDungeons,
1099+
ContentType.DeepDungeonExtras,
10991100
ContentType.Pvp,
11001101

11011102
undefined, // catchall for the rest

util/logtools/encounter_tools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class EncounterFinder {
167167
// Therefore, we can't require them.
168168
const keepTypes: Array<number> = [
169169
ContentType.ChaoticAllianceRaid,
170+
ContentType.DeepDungeonExtras,
170171
ContentType.DeepDungeons,
171172
ContentType.Dungeons,
172173
ContentType.Eureka,

0 commit comments

Comments
 (0)