diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-09 16:12:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-09 16:12:39 -0300 |
commit | 1910a899cb2a6906a06fe534ab34cfe811895a53 (patch) | |
tree | 97b7144fab86b6a70a059abff383b1d3655ab41b /npc/002-5/main.txt | |
parent | 47fc4c503ceb5591ce27909ab9e4935a197b2ec0 (diff) | |
download | serverdata-1910a899cb2a6906a06fe534ab34cfe811895a53.tar.gz serverdata-1910a899cb2a6906a06fe534ab34cfe811895a53.tar.bz2 serverdata-1910a899cb2a6906a06fe534ab34cfe811895a53.tar.xz serverdata-1910a899cb2a6906a06fe534ab34cfe811895a53.zip |
Fix a typo. Add several scripts to aid with La Marine. Pirate attack still isn't
being taken in account, I am waiting @Saulc to finish it %%G
Diffstat (limited to 'npc/002-5/main.txt')
-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 ca412dd3c..b51d5e558 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -3,6 +3,7 @@ // Imported by Jesusalva 002-5,28,27,0 script #NardShip NPC_HIDDEN,117,29,{ + //if (PC_DEST$ != "" && @timer_navio_running == 0) goto L_Timer; end; OnEvent: |