Skip to content

Commit 66522ab

Browse files
committed
build 89634 also use datapack 89720
1 parent 5400aa0 commit 66522ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,11 @@ def register_default_datapacks(self):
871871
)
872872
self.register_datapack(
873873
datapacks["LotV"]["80949"],
874-
lambda r: r.expansion == "LotV" and 80949 <= r.build < 89720,
874+
lambda r: r.expansion == "LotV" and 80949 <= r.build < 89634,
875875
)
876876
self.register_datapack(
877877
datapacks["LotV"]["89720"],
878-
lambda r: r.expansion == "LotV" and 89720 <= r.build,
878+
lambda r: r.expansion == "LotV" and 89634 <= r.build,
879879
)
880880

881881
# Internal Methods

0 commit comments

Comments
 (0)