From bd010c4058f7973287a4083031d508aa610cb9dd Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 24 Jun 2018 15:46:48 +0200 Subject: Move some non-mapif functions from the mapif interface to the inter_elemental interface Signed-off-by: Haru --- src/char/mapif.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/char/mapif.h') diff --git a/src/char/mapif.h b/src/char/mapif.h index 9cac2be85..b27bd8092 100644 --- a/src/char/mapif.h +++ b/src/char/mapif.h @@ -51,10 +51,6 @@ struct mapif_interface { void (*parse_auction_close) (int fd); void (*auction_bid) (int fd, int char_id, int bid, unsigned char result); void (*parse_auction_bid) (int fd); - bool (*elemental_create) (struct s_elemental *ele); - bool (*elemental_save) (const struct s_elemental *ele); - bool (*elemental_load) (int ele_id, int char_id, struct s_elemental *ele); - bool (*elemental_delete) (int ele_id); void (*elemental_send) (int fd, struct s_elemental *ele, unsigned char flag); void (*parse_elemental_create) (int fd, const struct s_elemental *ele); void (*parse_elemental_load) (int fd, int ele_id, int char_id); -- cgit v1.2.3-70-g09d2