diff options
Diffstat (limited to 'db/const.txt')
-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 43739b9b..0cccd5dc 100644 --- a/db/const.txt +++ b/db/const.txt @@ -198,3 +198,6 @@ MFLAG_MANASEED_RUMOUR 256 // Has heard rumour about mana seed MFLAG_KNOWS_CUTTREE 512 // Knows about the `cut the tree' quest MFLAG_DID_CUTTREE 1024 // Did cut off a branch from the druid tree MFLAG_KNOWS_DRUIDTREE 2048 // Knows about the druid tree quest + +MFLAG_KNOWS_IMP 4096 // Knows about the imprisoned forest spirit +MFLAG_KNOWS_OLD_WIZARD 8192 // Knows Bjorn's old wizard |