summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-15 23:48:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-15 23:48:51 +0300
commitc7a03f4a20ae7a39277417ee566211f7dd94130a (patch)
tree6ffe7c82956bc2163abfe7ddaa8c8702bee0fbe4 /src/map/mob.h
parent5391b33e088ebf7c88766abf3a622a6b4b52a2cf (diff)
downloadevol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.gz
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.bz2
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.tar.xz
evol-hercules-c7a03f4a20ae7a39277417ee566211f7dd94130a.zip
map: add attribute for mobs for stand slaves alive after muster was dead
New mob attribute: 0x8000
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
new file mode 100644
index 0000000..d0d9e87
--- /dev/null
+++ b/src/map/mob.h
@@ -0,0 +1,9 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_MOB
+#define EVOL_MAP_MOB
+
+int emob_deleteslave_sub(struct block_list *bl, va_list ap);
+
+#endif // EVOL_MAP_MOB