mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed
This commit is contained in:
parent
4586a89306
commit
8395d4bf38
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public enum SpecialLadders implements LadderAchievementCheck {
|
|||
},
|
||||
SEERS_VILLAGE_SPINNING_HOUSE_ROOFTOP_DOWN(new Location(2715,3472,3), new Location(2714,3472,1)),
|
||||
ELEMENTAL_WORKSHOP_STAIRS_DOWN(Location.create(2710,3497, 0), Location.create(2713,9887, 0)),
|
||||
ELEMENTAL_WORKSHOP_STAIRS_UP(Location.create(2714,9887, 0), Location.create(2709,3498, 0)),
|
||||
ELEMENTAL_WORKSHOP_STAIRS_UP(Location.create(2714,9887, 0), Location.create(2709,3498, 0));
|
||||
|
||||
private static HashMap<Location,Location> destinationMap = new HashMap<>();
|
||||
private static HashMap<Location,SpecialLadders> ladderMap = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue