소스 검색

Fixed unnecessary packet used, bugreport:4953

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15117 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 년 전
부모
커밋
d6bfea6132
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/map/clif.c

+ 1 - 1
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;
 				}
 			}
 		}