forked from 2009Scape/Server
Fixed bug in fight quest where Jeremy was teleported incorrectly
This commit is contained in:
parent
a105821427
commit
3d9a3615f8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class EscapeCutscene(player: Player) : Cutscene(player) {
|
|||
moveCamera(47, 20)
|
||||
rotateCamera(45, 15)
|
||||
teleport(player, 47, 15)
|
||||
Jeremy.teleport(location(56, 31, 0))
|
||||
teleport(Jeremy, 56, 31)
|
||||
timedUpdate(2)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue