forked from 2009Scape/Server
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:
parent
6e6f60ee27
commit
a2819f81e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue