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 /db | |
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 'db')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 190e9755..3c7400ed 100644 --- a/db/const.txt +++ b/db/const.txt @@ -222,3 +222,6 @@ MFLAG_KNOWS_IMP 4096 // Knows about the imprisoned forest spirit MFLAG_KNOWS_OLD_WIZARD 8192 // Knows Bjorn's old wizard MFLAG_MADE_CONC_POTION 16384 // Made a concentration potion with T15 and/or T16 MFLAG_ELANORE_OMAR 32768 // Told Omar about Elanore's involvement + +DOCK_tulimshar 1 +DOCK_hurnscald 2 |