Skip to content

Commit

Permalink
Fix a few names
Browse files Browse the repository at this point in the history
  • Loading branch information
Witchybun committed Jul 15, 2024
1 parent 7087979 commit 18b249b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Data/LunacidLocations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public LocationData()
new LocationData( 522, "Ikurr'ilb: Snowflake Obsidian Drop" ),
new LocationData( 523, "Mimic: Moonlight Vial Drop" ),
new LocationData( 524, "Mimic: Obsidian Drop" ),
new LocationData( 525, "Mimic: Fools Gold Drop" ),
new LocationData( 525, "Mimic: Fool's Gold Drop" ),
new LocationData( 526, "Obsidian Skeleton: Large Silver Drop" ),
new LocationData( 527, "Obsidian Skeleton: Bones Drop" ),
new LocationData( 528, "Obsidian Skeleton: Mana Vial Drop" ),
Expand All @@ -153,7 +153,7 @@ public LocationData()
new LocationData( 534, "Embalmed: Cloth Bandage Drop" ),
new LocationData( 535, "Embalmed: Ashes Drop" ),
new LocationData( 536, "Embalmed: Bones Drop" ),
new LocationData( 537, "Jailor: Medium Silver Drop" ),
new LocationData( 537, "Jailor: Large Silver Drop" ),
new LocationData( 538, "Jailor: Spectral Candle Drop" ),
new LocationData( 539, "Jailor: Cloth Bandage Drop" ),
new LocationData( 540, "Jailor: Health Vial Drop" ),
Expand Down
2 changes: 1 addition & 1 deletion LunacidAP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>LunacidAP</AssemblyName>
<Description>Randomizer for Archipelago</Description>
<Version>0.6.4</Version>
<Version>0.6.5</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down

0 comments on commit 18b249b

Please sign in to comment.