Fixed Entrana glassblowing pipe house ladder where a player would get stuck between a ladder, chair, and desk

This commit is contained in:
zsrv
2023-05-31 08:45:33 +00:00
committed by Ryan
parent 7b0c1b0b9b
commit 9150137c47
@@ -43,6 +43,7 @@ public enum SpecialLadders implements LadderAchievementCheck {
} }
}, },
PORT_SARIM_RAT_PITS_UP(new Location(2962,9651,0), new Location(3018,3231,0)), PORT_SARIM_RAT_PITS_UP(new Location(2962,9651,0), new Location(3018,3231,0)),
ENTRANA_GLASSBLOWING_PIPE_HOUSE_DOWN(new Location(2816, 3352, 1), new Location(2817, 3352, 0)),
PHASMATYS_BAR_DOWN(new Location(3681,3498,0), new Location(3682,9961,0)), PHASMATYS_BAR_DOWN(new Location(3681,3498,0), new Location(3682,9961,0)),
PHASMATYS_BAR_UP(new Location(3682,9962,0), new Location(3681,3497,0)), PHASMATYS_BAR_UP(new Location(3682,9962,0), new Location(3681,3497,0)),
SEERS_VILLAGE_SPINNING_HOUSE_ROOFTOP_UP(new Location(2715,3472,1), new Location(2714,3472,3)) { SEERS_VILLAGE_SPINNING_HOUSE_ROOFTOP_UP(new Location(2715,3472,1), new Location(2714,3472,3)) {