summaryrefslogtreecommitdiff
path: root/src/map/pc.h
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/pc.h
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/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 104e8d5..ac6d723 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -17,4 +17,6 @@ void epc_equipitem_pos(struct map_session_data *sd, struct item_data *id, int *p
void epc_unequipitem_pos(struct map_session_data *sd, int *nPtr, int *posPtr);
+bool epc_can_attack (struct map_session_data *sd, int *target_id);
+
#endif // EVOL_MAP_PC