diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-01-30 12:32:45 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-01-30 12:32:45 +0100 |
commit | 64f3cae74306c3c619bc65255145e4b18e4f1b95 (patch) | |
tree | e8e9361f41ce707aa987762e72532c8ab6eca9a5 /db | |
parent | 69c423dc427f16f26ad3a2e91bbc7048528343a0 (diff) | |
parent | a91376e4efeef4beaa59e05a04249ff65038a23e (diff) | |
download | serverdata-64f3cae74306c3c619bc65255145e4b18e4f1b95.tar.gz serverdata-64f3cae74306c3c619bc65255145e4b18e4f1b95.tar.bz2 serverdata-64f3cae74306c3c619bc65255145e4b18e4f1b95.tar.xz serverdata-64f3cae74306c3c619bc65255145e4b18e4f1b95.zip |
Merge branch 'master' of gitorious.org:~wombat/tmw-eathena-data/cache-serverdata
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 07027254..f51f1dfe 100644 --- a/db/const.txt +++ b/db/const.txt @@ -250,8 +250,10 @@ MFLAG_ELANORE_OMAR 32768 // Told Omar about Elanore's involvement MFLAG_KNOWS_UNFOCUS_RECIPE 65536 // Luca told me about how to unfocus -//Flags set in the FLAGS variable: -FLAG_HAS_BOWLER_BURNSDAY 1 +// Flags set in the FLAGS variable: +FLAG_HAS_BOWLER_BURNSDAY 1 // every year's poem at burns day, shannon gives you a bowler hat +FLAG_OPENED_UNDERGROUND 2 // this flag is a replacement for variable Open_Underground_Palace_Barrier, which was used only as bool +FLAG_GOT_NAEM_GLOVES 4 // this replaces Naem_Quest_Done, which was used as a bool variable DOCK_tulimshar 1 DOCK_hurnscald 2 |