diff options
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/barrier.txt | 1 | ||||
-rw-r--r-- | world/map/npc/029-1/dock.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt index 0ed76d2d..35347e59 100644 --- a/world/map/npc/029-1/barrier.txt +++ b/world/map/npc/029-1/barrier.txt @@ -6,4 +6,5 @@ L_Block: message strcharinfo(0), "Some force seems to be blocking you from entering."; + end; } diff --git a/world/map/npc/029-1/dock.txt b/world/map/npc/029-1/dock.txt index cf5dd795..a049d68e 100644 --- a/world/map/npc/029-1/dock.txt +++ b/world/map/npc/029-1/dock.txt @@ -4,4 +4,5 @@ { set @loc, DOCK_candor; callfunc "Ferry"; + end; } |