Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build 89634 also use datapack 89720
  • Loading branch information
HADB committed Feb 13, 2023
commit 66522ab40818fcbb8177a5ffa7edf1c19204347a
4 changes: 2 additions & 2 deletions sc2reader/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,11 @@ def register_default_datapacks(self):
)
self.register_datapack(
datapacks["LotV"]["80949"],
lambda r: r.expansion == "LotV" and 80949 <= r.build < 89720,
lambda r: r.expansion == "LotV" and 80949 <= r.build < 89634,
)
self.register_datapack(
datapacks["LotV"]["89720"],
lambda r: r.expansion == "LotV" and 89720 <= r.build,
lambda r: r.expansion == "LotV" and 89634 <= r.build,
)

# Internal Methods
Expand Down