From 6eecb7aa6b9e78e1c681698181294a3350addcf5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Oct 2016 19:18:31 +0300 Subject: Add cells constants for set cell types. --- db/constants.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 8b769221..5408f849 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3797,12 +3797,20 @@ constants_db: { NPC_NO_SPRITE: 999 NPC_HIDDEN: 32767 - comment__: "walk masks" + comment__: "Walk masks" WALK_DEFAULT: 0 WALK_WALL: 1 WALK_WATER: 2 WALK_AIR: 4 + comment__: "Cell masks" + CELLS_WALKABLE : 0 + CELLS_WALL : 1 + CELLS_AIR : 2 + CELLS_WATER : 3 + CELLS_NOPLAYER : 5 + CELLS_NOMONSTER : 6 + comment__: "INN enum" NO_INN: 0 REDPLUSH_INN: 1 -- cgit v1.2.3-70-g09d2