diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/ship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-2/ship.txt b/npc/019-2/ship.txt index fb1297ad2..b51633c2b 100644 --- a/npc/019-2/ship.txt +++ b/npc/019-2/ship.txt @@ -7,7 +7,7 @@ 019-2,120,113,0 script NivalShip NPC_HIDDEN,0,0,{ OnTouch: - LOCATION$="Nival"; + EnterTown("Nival"); goto L_Warp; L_Warp: |