}
NpcHtmlMessage msg = new NpcHtmlMessage(player, this);
msg.setFile("residence2/clanhall/auction_bid_confirm.htm");
msg.replace("%id%", String.valueOf(id));
msg.replace("%bid%", String.valueOf(bid));
msg.replace("%min_bid%", String.valueOf(minBid));
Calendar c = auctionEvent.getEndSiegeDate();
msg.replace("%date%", DATE_FORMAT.format(c.getTimeInMillis()));