diff options
Diffstat (limited to 'src/emap/send.h')
-rw-r--r-- | src/emap/send.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/emap/send.h b/src/emap/send.h index efa89ad..fd93d8b 100644 --- a/src/emap/send.h +++ b/src/emap/send.h @@ -7,7 +7,9 @@ void send_npccommand (TBL_PC *sd, int npcId, int cmd); void send_npccommand2 (TBL_PC *sd, int npcId, int cmd, int id, int x, int y); void send_local_message(int fd, struct block_list* bl, const char* msg); -void send_changelook(int fd, int id, int type, int val); +void send_changelook(struct map_session_data* sd, struct map_session_data* sd2, int fd, + int id, int type, int val, int val2, + struct item_data *data, int n); void send_mapmask(int fd, int mask); void send_mapmask_brodcast(const int map, const int mask); void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target); @@ -27,5 +29,9 @@ void send_slave_say(TBL_PC *sd, const char *const message); void send_online_list(int fd, const char *buf, unsigned size); void send_client_command(TBL_PC *sd, const char *const command); +void send_changelook2(struct map_session_data* sd, struct block_list *bl, + int id, int type, + int val, int val2, struct item_data *data, int n, + enum send_target target); #endif // EVOL_MAP_PC |