diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-22 10:56:42 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-22 10:56:42 -0600 |
commit | 90309d65eec85483792f68877970b85078e6018b (patch) | |
tree | cc0fcc19d795fc9561cc241723fae6a809081763 /npc/scripts.conf | |
parent | b5f7dfdee450a0cd90f15bfc1a6f7845b6060198 (diff) | |
download | serverdata-90309d65eec85483792f68877970b85078e6018b.tar.gz serverdata-90309d65eec85483792f68877970b85078e6018b.tar.bz2 serverdata-90309d65eec85483792f68877970b85078e6018b.tar.xz serverdata-90309d65eec85483792f68877970b85078e6018b.zip |
Add a basic ferry system
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index dda7d1ff..a419722f 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,6 +4,7 @@ npc: npc/functions/banker.txt npc: npc/functions/barber.txt npc: npc/functions/clear_vars.txt +npc: npc/functions/ferry.txt npc: npc/functions/game_rules.txt npc: npc/functions/inn.txt npc: npc/functions/magic.txt |