summaryrefslogtreecommitdiff
path: root/npc/002-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-27 23:55:09 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-27 23:55:09 -0300
commit3f68e382d51dbc142bdb1cc0b0fbf3c8657d616d (patch)
tree3b3b9fed4a90ba47974963d495f8ef41964f13d5 /npc/002-5
parenta49ad2ba3a5dc3a8ab7d8b1ffaa1cc5083bfd3a3 (diff)
downloadserverdata-3f68e382d51dbc142bdb1cc0b0fbf3c8657d616d.tar.gz
serverdata-3f68e382d51dbc142bdb1cc0b0fbf3c8657d616d.tar.bz2
serverdata-3f68e382d51dbc142bdb1cc0b0fbf3c8657d616d.tar.xz
serverdata-3f68e382d51dbc142bdb1cc0b0fbf3c8657d616d.zip
Fix a typo
Diffstat (limited to 'npc/002-5')
-rw-r--r--npc/002-5/main.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt
index 226f592bb..3e52aa573 100644
--- a/npc/002-5/main.txt
+++ b/npc/002-5/main.txt
@@ -37,7 +37,6 @@ L_Error:
// Do not add .distance here.
002-5,40,26,0 script Elmo#002-5 NPC_ELMO,{
npctalk3 l("It won't be long before we reach our destination...");
- close2;
// If player logged out during travel, this Elmo can reset player travel time.
if (PC_DEST$ != "" && @timer_navio_running == 0) goto L_Timer;
end;