We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5400aa0 commit 66522abCopy full SHA for 66522ab
sc2reader/resources.py
@@ -871,11 +871,11 @@ def register_default_datapacks(self):
871
)
872
self.register_datapack(
873
datapacks["LotV"]["80949"],
874
- lambda r: r.expansion == "LotV" and 80949 <= r.build < 89720,
+ lambda r: r.expansion == "LotV" and 80949 <= r.build < 89634,
875
876
877
datapacks["LotV"]["89720"],
878
- lambda r: r.expansion == "LotV" and 89720 <= r.build,
+ lambda r: r.expansion == "LotV" and 89634 <= r.build,
879
880
881
# Internal Methods
0 commit comments