diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:50:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:50:56 -0300 |
commit | bcb88c0deaa105aa86ae7029c228210904a687fe (patch) | |
tree | 5fff423b8e0cee824b02808fe995a72d9e872d57 /db/constants.conf | |
parent | 0fb884a5ba541d4ef0d5b319110fa547b77998bd (diff) | |
download | serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.gz serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.bz2 serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.xz serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.zip |
The Monster King is now allowed to siege Nivalis and Halinarzo.
Today I already did 27 commits.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index d7bd41bf0..a5be50f8b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4281,6 +4281,8 @@ constants_db: { MK_LOCKED: 1 MK_SIEGE_TULIM: 2 MK_SIEGE_HURNS: 3 + MK_SIEGE_NIVAL: 4 + MK_SIEGE_HALIN: 5 comment__: "Being actions" ACTION_STAND: 0 |