From b694548b8bede213d9d5d3a37ecabe005a25bcf3 Mon Sep 17 00:00:00 2001 From: Gepard Date: Sun, 20 Jun 2010 20:11:13 +0000 Subject: Fixed codepage indicators being included in NPCs' whispervars. (bugreport:4325) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14349 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index 9ec2f9cfb..bd7af7eb3 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9031,6 +9031,9 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd) char output[256]; str = message; + // skip codepage indicator, if detected + if( str[0] == '|' && strlen(str) >= 4 ) + str += 3; for( i = 0; i < 10; ++i ) {// Splits the message using '#' as separators split = strchr(str,'#'); -- cgit v1.2.3-70-g09d2