diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index f84fde3a9..8eeaf5985 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4260,6 +4260,11 @@ constants_db: { COLLECT_PETS: 131072 // Maximum 32 collectibles, currently used: 19 + comment__: "Monster King Events" + MK_NONE: 0 + MK_LOCKED: 1 + MK_SIEGE_TULIM: 2 + comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 |