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