summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-02 10:36:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-02 10:36:29 -0300
commitcd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9 (patch)
tree91850589ba97a49030ef09f286b2a1e52bb81bfa /db/constants.conf
parent1634ecb4f96c531de6fb79ddd88d506e4b4e6e5c (diff)
downloadserverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.gz
serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.bz2
serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.xz
serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.zip
Update location, missing constants, sleep for Monter King to avoid eventual bugs, etc.
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index a5be50f8b..161b6ee39 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4284,6 +4284,15 @@ constants_db: {
MK_SIEGE_NIVAL: 4
MK_SIEGE_HALIN: 5
+ comment__: "Report Bug Flags"
+ RB_NONE: 0
+ RB_DISPBOTTOM: 1
+ RB_DEBUGMES: 2
+ RB_SPEECH: 4
+ RB_ISFATAL: 8
+ RB_PLEASEREPORT: 16
+ RB_DEFAULT: 19 // dispbottom + debugmes + pleasereport
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1