소스 검색

Follow up to 577079b to fix compile errors.

aleos89 11 년 전
부모
커밋
9faa805da1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/map/atcommand.c
  2. 1 1
      src/map/script.c

+ 1 - 1
src/map/atcommand.c

@@ -8316,7 +8316,7 @@ ACMD_FUNC(auction)
 	nullpo_ret(sd);
 
 	if (!battle_config.feature_auction) {
-		clif_colormes(sd, color_table[COLOR_RED], msg_txt(517));
+		clif_colormes(sd, color_table[COLOR_RED], msg_txt(sd, 517));
 		return 0;
 	}
 

+ 1 - 1
src/map/script.c

@@ -16427,7 +16427,7 @@ BUILDIN_FUNC(openauction)
 		return 0;
 
 	if( !battle_config.feature_auction ) {
-		clif_colormes(sd, color_table[COLOR_RED], msg_txt(517));
+		clif_colormes(sd, color_table[COLOR_RED], msg_txt(sd, 517));
 		return 0;
 	}