From 446b24910597339d03cbf2d0686213236063bfcd Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 14 Apr 2009 16:09:19 +0000 Subject: * Cooking success chance is now affected by DEX and LUK - "cooking exp" still needs to be implemented - also fixed a small issue when whispering to someone in autotrade git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13671 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') 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; } -- cgit v1.2.3-70-g09d2