summaryrefslogtreecommitdiff
path: root/src/emap/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/send.c')
-rw-r--r--src/emap/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/send.c b/src/emap/send.c
index 616713f..2cbafe5 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -212,7 +212,7 @@ void send_pc_info(struct block_list* bl1,
if (tdata->clientVersion >= 21)
WBUFW (buf, 14) = data->language;
- clif->send(&buf, sizeof(buf), bl2, target);
+ clif->send(&buf, (int)sizeof(buf), bl2, target);
}
void send_npc_info(struct block_list* bl1,