summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-07-10 02:27:58 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-07-10 02:57:27 +0800
commitb2720eebfb21f9334137749cdbac19f4bfc4bc3d (patch)
tree7f4a659c2acaf5556dd81127fe183c0d1ae9f87c /src/map/mob.h
parenta5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff)
downloadhercules-b2720eebfb21f9334137749cdbac19f4bfc4bc3d.tar.gz
hercules-b2720eebfb21f9334137749cdbac19f4bfc4bc3d.tar.bz2
hercules-b2720eebfb21f9334137749cdbac19f4bfc4bc3d.tar.xz
hercules-b2720eebfb21f9334137749cdbac19f4bfc4bc3d.zip
Update atreloadmob to update living mobs
- fix living mobs aren't updated by latest mob_db upon updated. from https://github.com/rathena/rathena/issues/3783
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index b63efd272..0a7489c47 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -488,6 +488,7 @@ struct mob_interface {
int (*init) (bool mimimal);
int (*final) (void);
void (*reload) (void);
+ int (*reload_sub_mob) (struct mob_data *md, va_list args);
/* */
struct mob_db* (*db) (int index);
struct mob_chat* (*chat) (short id);