diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-05 16:12:41 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-05 16:12:41 -0400 |
commit | a25fa832a47e27a56be017bbb58b85ba7f072507 (patch) | |
tree | ccb557eee1af38128696688d393fc18e7470e539 /world/map/npc | |
parent | 46c803f09b3d100ecbc7575f750931e27280de29 (diff) | |
download | serverdata-a25fa832a47e27a56be017bbb58b85ba7f072507.tar.gz serverdata-a25fa832a47e27a56be017bbb58b85ba7f072507.tar.bz2 serverdata-a25fa832a47e27a56be017bbb58b85ba7f072507.tar.xz serverdata-a25fa832a47e27a56be017bbb58b85ba7f072507.zip |
fix candor ferry message
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/029-1/dock.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/029-1/dock.txt b/world/map/npc/029-1/dock.txt index fcb27b6c..f7e38c2d 100644 --- a/world/map/npc/029-1/dock.txt +++ b/world/map/npc/029-1/dock.txt @@ -7,14 +7,6 @@ if(@npc_check) end; callfunc "BoardCandorFerry"; end; - -OnTouch: - addtimer get(.warp_delay, "#FerryConfig"), strnpcinfo(0)+"::OnBoard"; - end; - -OnBoard: - callfunc "BoardCandorFerry"; - end; } 029-1,51,118,0|script|Candor Koga|395,8,7 @@ -24,6 +16,14 @@ OnBoard: if(@npc_check) end; callfunc "BoardCandorFerry"; end; + +OnTouch: + addtimer get(.warp_delay, "#FerryConfig"), strnpcinfo(0)+"::OnBoard"; + end; + +OnBoard: + callfunc "BoardCandorFerry"; + end; } 029-1,55,110,0|script|#CandorDock|32767 |