Fixed Edgar's cave exit teleporting to Saba's cave

This commit is contained in:
Pwn
2026-06-21 08:26:28 -04:00
committed by Ryan
parent a5d98df06d
commit aa8c26f50c
@@ -202,7 +202,7 @@ public final class TrollheimPlugin extends OptionHandler {
switch (id) {
case 32738:
if (loc.equals(new Location(2892, 10072, 0))) {
player.getProperties().setTeleportLocation(LOCATIONS[0]);
player.getProperties().setTeleportLocation(LOCATIONS[9]);
return true;
}
player.teleport(LOCATIONS[1]);