summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 8998ba806..61db7f26e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8766,7 +8766,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd)
{
char output[256];
sprintf(output, "%s is in autotrade mode and cannot receive whispered messages.", dstsd->status.name);
- clif_wis_message(fd, sd->status.name, output, strlen(output) + 1);
+ clif_wis_message(fd, wisp_server_name, output, strlen(output) + 1);
return;
}