Add: Taverley Druid Update

This commit is contained in:
skelsoft
2021-10-30 01:46:31 +00:00
committed by Ceikry
parent b39d811dd0
commit c34a196b82
8 changed files with 400 additions and 8597 deletions
@@ -47,7 +47,6 @@ 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)),
TORMENTED_DEMONS_ENTER(Location.create(3353,3951,0),Location.create(3218, 9532, 2));
private static HashMap<Location,Location> destinationMap = new HashMap<>();
private static HashMap<Location,SpecialLadders> ladderMap = new HashMap<>();