summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-02-19 17:54:20 -0300
committerpanikon <panikon@zoho.com>2014-02-19 17:54:20 -0300
commite6b107b80355201fa958a74860d59a5034bb839d (patch)
tree3733e209b68dfcc148053aef38f2f69c4f63a35b /src/map/map.h
parentc4a9dd3f2804b75c1d49b5ab58a3ba80ea4303c2 (diff)
downloadhercules-e6b107b80355201fa958a74860d59a5034bb839d.tar.gz
hercules-e6b107b80355201fa958a74860d59a5034bb839d.tar.bz2
hercules-e6b107b80355201fa958a74860d59a5034bb839d.tar.xz
hercules-e6b107b80355201fa958a74860d59a5034bb839d.zip
Revert "Merge branch 'master' of https://github.com/HerculesWS/Hercules"
This reverts commit c4a9dd3f2804b75c1d49b5ab58a3ba80ea4303c2, reversing changes made to 58544d7f610261a903b3e843a795efd7571b2d56.
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 438027917..a4e9499b3 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -443,6 +443,7 @@ typedef enum {
CELL_LANDPROTECTOR,
CELL_NOVENDING,
CELL_NOCHAT,
+ CELL_MAELSTROM,
CELL_ICEWALL,
} cell_t;
@@ -466,6 +467,7 @@ typedef enum {
CELL_CHKLANDPROTECTOR,
CELL_CHKNOVENDING,
CELL_CHKNOCHAT,
+ CELL_CHKMAELSTROM,
CELL_CHKICEWALL,
} cell_chk;
@@ -484,6 +486,7 @@ struct mapcell {
landprotector : 1,
novending : 1,
nochat : 1,
+ maelstrom : 1,
icewall : 1;
#ifdef CELL_NOSTACK