diff options
author | Haru <haru@dotalux.com> | 2018-06-24 22:04:10 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-06-30 01:51:11 +0200 |
commit | ccfd2de6387f7919ef0c83fc3e48eb18b0fc5427 (patch) | |
tree | 1c5d51884fe578bdf22e44d90ed8104c15648c06 /src/char/mapif.h | |
parent | bc7e7be46de608fb695e6e324dd76fb6c2a91eea (diff) | |
download | hercules-ccfd2de6387f7919ef0c83fc3e48eb18b0fc5427.tar.gz hercules-ccfd2de6387f7919ef0c83fc3e48eb18b0fc5427.tar.bz2 hercules-ccfd2de6387f7919ef0c83fc3e48eb18b0fc5427.tar.xz hercules-ccfd2de6387f7919ef0c83fc3e48eb18b0fc5427.zip |
Move some non-mapif functionality from the mapif interface to the inter_mercenary interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/mapif.h')
-rw-r--r-- | src/char/mapif.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/char/mapif.h b/src/char/mapif.h index 781ccd4cc..a038dd304 100644 --- a/src/char/mapif.h +++ b/src/char/mapif.h @@ -114,10 +114,6 @@ struct mapif_interface { void (*parse_mail_return) (int fd); void (*mail_send) (int fd, struct mail_message* msg); void (*parse_mail_send) (int fd); - bool (*mercenary_create) (struct s_mercenary *merc); - bool (*mercenary_save) (const struct s_mercenary *merc); - bool (*mercenary_load) (int merc_id, int char_id, struct s_mercenary *merc); - bool (*mercenary_delete) (int merc_id); void (*mercenary_send) (int fd, struct s_mercenary *merc, unsigned char flag); void (*parse_mercenary_create) (int fd, const struct s_mercenary *merc); void (*parse_mercenary_load) (int fd, int merc_id, int char_id); |