forked from 2009Scape/Server
Fixed (for real) Jeremy missing in Fight Arena
This commit is contained in:
parent
3d9a3615f8
commit
9cee4dd38a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ class EscapeCutscene(player: Player) : Cutscene(player) {
|
|||
}
|
||||
|
||||
6 -> {
|
||||
teleport(Jeremy, 56, 31)
|
||||
loadRegion(10289)
|
||||
addNPC(JEREMYRESCUE, 41, 17, Direction.NORTH)
|
||||
addNPC(GENERAL, 45, 19, Direction.NORTH)
|
||||
|
|
@ -67,7 +68,6 @@ class EscapeCutscene(player: Player) : Cutscene(player) {
|
|||
moveCamera(47, 20)
|
||||
rotateCamera(45, 15)
|
||||
teleport(player, 47, 15)
|
||||
teleport(Jeremy, 56, 31)
|
||||
timedUpdate(2)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue