Merge pull request #137 from Sukishyou/fix-southperry-map-id-in-goto-command

Fix MapId for Southperry from old inaccessible map to correct one
This commit is contained in:
Ponk
2022-09-29 19:28:01 +02:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ public class MapId {
public static final int MUSHROOM_TOWN = 10000;
// Town
public static final int SOUTHPERRY = 60000;
public static final int SOUTHPERRY = 2000000;
public static final int AMHERST = 1000000;
public static final int HENESYS = 100000000;
public static final int ELLINIA = 101000000;