summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-19 00:12:46 +0100
committerReid <reidyaro@gmail.com>2016-01-19 00:12:46 +0100
commitbd4d6d30df3ef341e46314b6288c19153552f5d6 (patch)
treeecf3f926aff70be360a713add3576eb79691caa1
parent3f20ae295b195d1c551514957ca913a513b907cc (diff)
downloadserverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.gz
serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.bz2
serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.xz
serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.zip
Add INN enum on constants.conf.
-rw-r--r--db/constants.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 6c2f8136..3f1c0f8e 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3949,4 +3949,8 @@ constants_db: {
WALK_WALL: 1
WALK_WATER: 2
WALK_AIR: 4
+
+ // INN enum
+ NO_INN: 0
+ REDPLUSH_INN: 1
}