diff options
author | Reid <reidyaro@gmail.com> | 2016-01-19 00:12:46 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-19 00:12:46 +0100 |
commit | bd4d6d30df3ef341e46314b6288c19153552f5d6 (patch) | |
tree | ecf3f926aff70be360a713add3576eb79691caa1 /db | |
parent | 3f20ae295b195d1c551514957ca913a513b907cc (diff) | |
download | serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.gz serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.bz2 serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.tar.xz serverdata-bd4d6d30df3ef341e46314b6288c19153552f5d6.zip |
Add INN enum on constants.conf.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
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 } |