diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-26 00:21:12 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-26 00:23:31 -0700 |
commit | 25a859ad47937f730fac15f82d1eeafe28fedb23 (patch) | |
tree | 86db7eb50f1774662e93946193a92393d0cbb6e9 /world/map/db | |
parent | 8d2fe139a61ed2ad3cc89fdc569ce22daf41ba96 (diff) | |
download | serverdata-25a859ad47937f730fac15f82d1eeafe28fedb23.tar.gz serverdata-25a859ad47937f730fac15f82d1eeafe28fedb23.tar.bz2 serverdata-25a859ad47937f730fac15f82d1eeafe28fedb23.tar.xz serverdata-25a859ad47937f730fac15f82d1eeafe28fedb23.zip |
Refactor and format the fluffy hunt code
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 50084b5b..d4a441fa 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -387,3 +387,6 @@ E10_MIDREWARD_ID 1247 // Valentine's Glasses (as described) // Storage Options OPT_STORAGE_CLOSE 1 OPT_BANK_CLOSE 2 + +// currently used by the fluffy hunt (033-1) +MAX_HIGHSCORES 10 |