jenkins:debug用拍卖行测试出价
This commit is contained in:
@@ -515,7 +515,9 @@ export async function pushAuctionUpdate(lots: LotType[], dividends: DividendType
|
||||
|
||||
}
|
||||
|
||||
export async function checkAuctionStage(auctionStage: number) {
|
||||
export async function checkAuctionStage(auctionStage: number, magicWord: string) {
|
||||
if(magicWord == DEBUG_MAGIC_WORD) return true
|
||||
|
||||
const curTime = await getCurrentTimeWithSetDay();
|
||||
if(auctionStage != AUCTION_STAGE.GUILD && auctionStage != AUCTION_STAGE.WORLD) return false;
|
||||
if(auctionStage == AUCTION_STAGE.GUILD) {
|
||||
|
||||
Reference in New Issue
Block a user