Follow up to 577079b to fix compile errors.

This commit is contained in:
aleos89 2014-05-17 15:03:54 -04:00
parent 577079b331
commit 9faa805da1
2 changed files with 2 additions and 2 deletions

View File

@ -8316,7 +8316,7 @@ ACMD_FUNC(auction)
nullpo_ret(sd); nullpo_ret(sd);
if (!battle_config.feature_auction) { 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; return 0;
} }

View File

@ -16427,7 +16427,7 @@ BUILDIN_FUNC(openauction)
return 0; return 0;
if( !battle_config.feature_auction ) { 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; return 0;
} }