From ae1d31bec93b2f894f70604d8ae4d4b6961ce0f6 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 14 Dec 2011 21:27:34 +0000 Subject: Fixed unnecessary packet used, bugreport:4953 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15117 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 26de41816..069a861f4 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7952,7 +7952,7 @@ int clif_charnameack (int fd, struct block_list *bl) *(str_p-3) = '\0'; //Remove trailing space + pipe. memcpy(WBUFP(buf,30), mobhp, NAME_LENGTH); WBUFB(buf,54) = 0; - memcpy(WBUFP(buf,78), mobhp, NAME_LENGTH); + WBUFB(buf,78) = 0; } } } -- cgit v1.2.3-70-g09d2