Skip to content

Commit

Permalink
Fix Sunset Coast tile
Browse files Browse the repository at this point in the history
  • Loading branch information
FALSkills committed Oct 10, 2024
1 parent 991a65e commit f297fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public enum LocationProperty {
PORT_TYRAS ("Port Tyras", new RSTile(2142, 3122, 0)),
PRIFDDINAS ("Prifddinas", new RSTile(2159, 3329, 0)),
SHIPYARD ("Shipyard", new RSTile(3001, 3032, 0)),
SUNSET_COAST("Sunset Coast", new RSTile(1514, 2871, 0)),
SUNSET_COAST("Sunset Coast", new RSTile(1514, 2971, 0)),
;

private String name;
Expand Down

0 comments on commit f297fd2

Please sign in to comment.