diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 21:56:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 21:56:17 -0300 |
commit | ff2f84edf3eae832d68349f7199f67bf94d324b9 (patch) | |
tree | 2d0a38f9ad0ea4f8ba766ac2159dac822e4ad227 /npc/002-5 | |
parent | e743e6ebd5b7e079da83713305cd90b8bee78588 (diff) | |
download | serverdata-ff2f84edf3eae832d68349f7199f67bf94d324b9.tar.gz serverdata-ff2f84edf3eae832d68349f7199f67bf94d324b9.tar.bz2 serverdata-ff2f84edf3eae832d68349f7199f67bf94d324b9.tar.xz serverdata-ff2f84edf3eae832d68349f7199f67bf94d324b9.zip |
We have a bug? Where?
Diffstat (limited to 'npc/002-5')
-rw-r--r-- | npc/002-5/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index 28b5f5f54..ca412dd3c 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -6,6 +6,7 @@ end; OnEvent: + if (@timer_navio_running == 0) end; if (PC_DEST$ == "Candor") goto L_Candor; else if (PC_DEST$ == "Tulim") goto L_Tulim; else goto L_Error; |