Skip to content

Commit b8fd659

Browse files
Fix GanonsTower setting
1 parent 2738b4a commit b8fd659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TrackerCouncil.Smz3.Data/WorldData/Regions/Zelda/GanonsTower.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public GanonsTower(World world, Config config, IMetadataService? metadata, Track
123123

124124
public LocationId? BossLocationId => null;
125125

126-
public bool UnifiedBossAndItemLocation => true;
126+
public bool UnifiedBossAndItemLocation => false;
127127

128128
public BossType DefaultBossType => BossType.Ganon;
129129

0 commit comments

Comments
 (0)