소스 검색

Fixed bugreport http://rathena.org/board/tracker/issue-8311-latest-update-commit-broken/ (Just a little leftover)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
Cydh Ramdh 11 년 전
부모
커밋
ffa4273475
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/map/chrif.c

+ 0 - 1
src/map/chrif.c

@@ -1030,7 +1030,6 @@ int chrif_deadopt(int father_id, int mother_id, int child_id) {
  * Disconnection of a player (account has been banned of has a status, from login/char-server) by [Yor]
  *------------------------------------------*/
 int chrif_ban(int fd) {
-	ShowInfo("chrif_ban \n");
 	int acc, res=0;
 	struct map_session_data *sd;