diff --git a/game-server/app/services/battle/rougeService.ts b/game-server/app/services/battle/rougeService.ts index 88af2420d..93f20c382 100644 --- a/game-server/app/services/battle/rougeService.ts +++ b/game-server/app/services/battle/rougeService.ts @@ -266,7 +266,7 @@ export async function chooseNode(dbRecord: RougelikeRecordType, layerChooseNode: dbPara.questType = randomData.nodeType; if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ORDINARY || randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ELITE) { isReward = true; - warId = dbPara.warId = 101110101//randomData.param; + warId = dbPara.warId = randomData.param; } else if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.SHOP) { isShop = true