Skip to content

Commit 6bac396

Browse files
committed
id offset for shops to 100k
1 parent 3637346 commit 6bac396

File tree

3 files changed

+417
-408
lines changed

3 files changed

+417
-408
lines changed

worlds/crystal_project/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,7 @@ def fill_slot_data(self) -> Dict[str, Any]:
799799

800800
for home_point in self.removed_home_points:
801801
slot_data_removed_home_points.append({"Id": home_point.code,
802-
"APRegion": location.ap_region})
803-
804-
#TODO removed home points
802+
"APRegion": home_point.ap_region})
805803

806804
# look into replacing this big chonky return block with self.options.as_dict() and then just adding the extras to the dict after
807805
return {

0 commit comments

Comments
 (0)