From 905642f167858017e1fa1582f6253da3c9a8ff97 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Nov 2014 15:41:01 +0300 Subject: Send map mask to clients. --- src/map/clif.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 3180919..0699601 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -8,11 +8,14 @@ void eclif_quest_send_list(struct map_session_data *sd); void eclif_quest_add(struct map_session_data *sd, struct quest *qd); void eclif_charnameack(int *fdPtr, struct block_list *bl); void eclif_getareachar_unit_post(struct map_session_data* sd, struct block_list *bl); -void eclif_authok_post(struct map_session_data *sd); void eclif_sendlook(struct block_list *bl, int *id, int *type, int *val, int *val2, enum send_target *target); bool eclif_send(const void* buf, int *len, struct block_list* bl, enum send_target *type); void eclif_set_unit_idle(struct block_list* bl, struct map_session_data *tsd, enum send_target *target); +int eclif_send_actual(int *fd, void *buf, int *len); + +void eclif_authok_post(struct map_session_data *sd); +void eclif_changemap_post(struct map_session_data *sd, short *m, int *x, int *y); #endif // EVOL_MAP_CLIF -- cgit v1.2.3-70-g09d2