From 8afb13bc5df71a2a9e7039199430e6a7e64b7bac Mon Sep 17 00:00:00 2001 From: zhangxk Date: Sat, 9 Sep 2023 18:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E7=A8=B7=E4=B8=8B=E5=AD=A6?= =?UTF-8?q?=E5=AE=AB):=20=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/battle/rougeService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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