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 6897126..b6f3d92 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -359,7 +359,7 @@ void send_slave_say(struct map_session_data *sd,
snprintf(buf, len, "%s's %s : %s", sd->status.name, name, message);
buf[len - 1] = 0;
- clif->disp_overhead(bl, buf);
+ clif->disp_overhead(bl, buf, AREA_CHAT_WOC, NULL);
aFree(buf);
}