summaryrefslogtreecommitdiff
path: root/src/emap/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-12 19:26:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-12 19:26:18 +0300
commitcfaf7b65b33fb94ba96be48c0c0187116616279a (patch)
tree9559962031ffaf68d16ee8d24cbc424ca3f0f3b5 /src/emap/send.h
parentab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1 (diff)
downloadevol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.gz
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.bz2
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.tar.xz
evol-hercules-cfaf7b65b33fb94ba96be48c0c0187116616279a.zip
Send to client if possible equipped items with inserted cards.
Change server version to 7.
Diffstat (limited to 'src/emap/send.h')
-rw-r--r--src/emap/send.h8
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