From c7a03f4a20ae7a39277417ee566211f7dd94130a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Feb 2015 23:48:51 +0300 Subject: map: add attribute for mobs for stand slaves alive after muster was dead New mob attribute: 0x8000 --- src/map/mob.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/map/mob.h (limited to 'src/map/mob.h') 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 -- cgit v1.2.3-70-g09d2