diff options
-rw-r--r-- | npc/000-2-1/peter.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/peter.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 9b929973..4a0f4ade 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -258,7 +258,7 @@ L_Logoff: L_Dead: // Warps the dead body outside, so it does not interfere with the getmapusers check. - if (getmapusers("000-2-2.gat") > 0) warp "000-2-1", 61, 36; + if (getmapusers("000-2-2.gat") > 0) warp "000-2-1", 72, 36; goto L_CleaningEnd; diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt index b2cf2b30..5cfe02f5 100644 --- a/npc/001-2-22/peter.txt +++ b/npc/001-2-22/peter.txt @@ -258,7 +258,7 @@ L_Logoff: L_Dead: // Warps the dead body outside, so it does not interfere with the getmapusers check. - if (getmapusers("001-2-23.gat") > 0) warp "001-2-22", 61, 36; + if (getmapusers("001-2-23.gat") > 0) warp "001-2-22", 72, 36; goto L_CleaningEnd; |