diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:54:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:54:34 -0300 |
commit | ce20c7c97760915ae5ac838dc5b732ef6da50195 (patch) | |
tree | b875b64de7315c9208dbb2d5eda780a1b1c8d675 /npc/019-2/ship.txt | |
parent | 08268b51173bdc1ae12d359b24b0e0562156a8d2 (diff) | |
download | serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.gz serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.bz2 serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.tar.xz serverdata-ce20c7c97760915ae5ac838dc5b732ef6da50195.zip |
Use EnterTown() on ships
Diffstat (limited to 'npc/019-2/ship.txt')
-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: |