diff options
-rw-r--r-- | npc/000-1/exit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index fe1be33cf..aed9a8c92 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -10,7 +10,7 @@ OnTalk: OnTalkNearby: // At any time, if you can't leave Nard ship, you must go to nard ship if (!getq(General_Narrator) && getq(ShipQuests_Julia) < 3) { - warp "002-1", 53, 38; + warp "002-1@Candor", 53, 38; end; } |