Fixed the exit tunnel teleport of Guthix/TDS cave to return the player to Lumbridge cave instead of lv50+ wilderness ladder

This commit is contained in:
DebbySaurus 2022-09-11 13:57:55 +00:00 committed by Ryan
parent 6e6f60ee27
commit a2819f81e6

View file

@ -115,7 +115,7 @@ public class LumbridgeBasementPlugin extends OptionHandler {
break;
case 6658:
//Location.create(3226, 9542, 0)
player.teleport(Location.create(3353, 3950, 0));
player.teleport(Location.create(3226, 9542, 0));
break;
}
break;