summaryrefslogtreecommitdiff
path: root/src/map/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 19:27:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 19:27:14 +0300
commit50a97b0ef2a8365d87a8a57047caccb0c050c56b (patch)
treefb16dc736890604e468ed379786f45989763f4dd /src/map/struct
parentc3c009a7e2c3ad40048935de0d0538081cf613be (diff)
downloadevol-hercules-50a97b0ef2a8365d87a8a57047caccb0c050c56b.tar.gz
evol-hercules-50a97b0ef2a8365d87a8a57047caccb0c050c56b.tar.bz2
evol-hercules-50a97b0ef2a8365d87a8a57047caccb0c050c56b.tar.xz
evol-hercules-50a97b0ef2a8365d87a8a57047caccb0c050c56b.zip
add map flag what prevent from attacking mobs.
New map flag: nopve
Diffstat (limited to 'src/map/struct')
-rw-r--r--src/map/struct/mapdext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/struct/mapdext.h b/src/map/struct/mapdext.h
index 0c3c03a..15fee7f 100644
--- a/src/map/struct/mapdext.h
+++ b/src/map/struct/mapdext.h
@@ -8,6 +8,10 @@ struct MapdExt
{
unsigned int mask;
bool invisible;
+ struct MapdExtFlag
+ {
+ unsigned nopve : 1;
+ } flag;
};
#endif // EVOL_MAP_MAPDEXT