From c376a1a79b50d048aa4bad87ab07143dae77ba4d Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 25 Dec 2011 03:39:19 +0100 Subject: Correct backwarp location on Peter script. --- npc/000-2-1/peter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 8b10a5c4..2498c075 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -86,7 +86,7 @@ OnStop: mesn; mesq l("You can't go there!"); - warp "000-2-1",61,37; + warp "000-2-1",61,36; close; OnGiveTask: @@ -113,7 +113,7 @@ //Attach player if possible, otherway free helper if (attachrid(getcharid(3, $@RAT_SAILOR_HELPER$)) == 0) goto l_KillHelper; - warp "000-2-1",61,37; + warp "000-2-1",61,36; goto OnCheck; detachrid; close; -- cgit v1.2.3-70-g09d2