Skip to content

Commit 1b26508

Browse files
committed
fixes duplicate item id
1 parent 45af537 commit 1b26508

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

worlds/wsr/items.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def create_junk_items(world: "WSRWorld", count: int) -> List[Item]:
180180
"Unlock Cycling - Into Maka Wuhu": WSRItemData("Unlock Level", ItemType.progression, WSRSport(11,18), 0x1106),
181181
"Unlock Cycling - 3-Stage Race A": WSRItemData("Unlock Level", ItemType.progression, WSRSport(11,18), 0x1107),
182182
"Unlock Cycling - 3-Stage Race B": WSRItemData("Unlock Level", ItemType.progression, WSRSport(11,18), 0x1108),
183-
"Unlock Cycling - 6 Stage": WSRItemData("Unlock Level", ItemType.progression, WSRSport(11,18), 0x1108),
183+
"Unlock Cycling - 6 Stage": WSRItemData("Unlock Level", ItemType.progression, WSRSport(11,18), 0x1109),
184184
"Unlock Island Flyover - Daytime": WSRItemData("Unlock Level", ItemType.progression, WSRSport(12,20), 0x1301),
185185
"Unlock Island Flyover - Evening": WSRItemData("Unlock Level", ItemType.progression, WSRSport(12,20), 0x1302),
186186
"Unlock Island Flyover - Night": WSRItemData("Unlock Level", ItemType.progression, WSRSport(12,20), 0x1303),
@@ -216,7 +216,7 @@ def create_junk_items(world: "WSRWorld", count: int) -> List[Item]:
216216
"Power Cruising - Double Ring": WSRItemData("Progression", ItemType.progression, WSRSport(9,16), 0x0F02),
217217
"Power Cruising - Progressive Ring Timer": WSRItemData("Progression", ItemType.progression, WSRSport(9,16), 0x0F01),
218218
"Cycling - Progressive Heart": WSRItemData("Progression", ItemType.progression, WSRSport(11,18), 0x1100),
219-
"Cycling - Drafting": WSRItemData("Progression", ItemType.progression, WSRSport(11,18), 0x1109),
219+
"Cycling - Drafting": WSRItemData("Progression", ItemType.progression, WSRSport(11,18), 0x110A),
220220
"Island Flyover - Double Blasters": WSRItemData("Progression", ItemType.progression, WSRSport(12,19), 0x1304),
221221
"Island Flyover - Night Lights": WSRItemData("Progression", ItemType.progression, WSRSport(12,19), 0x1305),
222222
"Island Flyover - Unlock Balloons": WSRItemData("Progression", ItemType.progression, WSRSport(12,19), 0x1306),

0 commit comments

Comments
 (0)