From 8214af442ea63919d69d368221ae2d61456488b9 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 4 Feb 2008 18:23:57 +0000 Subject: - Some code cleanups. - Added new Cell types (NoChat and NoDamage) - Added JobChangeLevel and FreeSKPoints to #stats - Added a Crash protection in clif_send with invalid fd values. - Merged a missing update in TK Mission. - Added script command 'getmapflag' - Merged some new Status Change to Stable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12175 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index af797b127..457494dab 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1107,6 +1107,8 @@ typedef enum { CELL_LANDPROTECTOR, CELL_ICEWALL, CELL_NOVENDING, + CELL_NODAMAGE, + CELL_NOCHAT, } cell_t; // used by map_getcell() @@ -1128,6 +1130,8 @@ typedef enum { CELL_CHKLANDPROTECTOR, CELL_CHKICEWALL, CELL_CHKNOVENDING, + CELL_CHKNODAMAGE, + CELL_CHKNOCHAT, } cell_chk; struct mapcell @@ -1144,7 +1148,9 @@ struct mapcell landprotector : 1, basilica : 1, icewall : 1, - novending : 1; + novending : 1, + nodamage : 1, + nochat : 1; #ifdef CELL_NOSTACK unsigned char cell_bl; //Holds amount of bls in this cell. -- cgit v1.2.3-70-g09d2