diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5aef9ce39..061473252 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1967,6 +1967,7 @@ constants_db: { NPC_EURNI: 462 NPC_TONORI_GUARD_MALE: 463 NPC_TONORI_GUARD_FEMALE: 464 + NPC_ISBAMUTH: 465 NPC_MONSTERKING: 500 NPC_AIRSHIP: 501 @@ -2159,6 +2160,11 @@ constants_db: { COLLECT_ALL: 262144 // Maximum 32 collectibles, currently used: 19 + comment__: "Misc Flags enum" + FLAG_NONE: 0 + FLAG_MKFIRSTBLOOD: 1 + FLAG_WUMPUSEGG: 2 + comment__: "Monster King Events" MK_NONE: 0 MK_LOCKED: 1 |