diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-04 13:20:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-04 13:20:55 -0300 |
commit | 83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f (patch) | |
tree | 84859f789c4de4107499035545e3f08046763c24 /db/constants.conf | |
parent | 21c59c8999199d040236a9c94ea92f1165972690 (diff) | |
download | serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.gz serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.bz2 serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.xz serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.zip |
Track TP locations on 000-1/exit
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 6130d40d7..9c370e90e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2320,6 +2320,7 @@ constants_db: { TP_FORT: 64 TP_BOSSR: 128 TP_LILIT: 256 + TP_CANDOR: 512 comment__: "Grand Collector Quest enum" COLLECT_CHESTPLATE: 1 |