🐞 fix(稷下学宫): 去除测试数据

This commit is contained in:
zhangxk
2023-09-09 18:49:22 +08:00
parent c11e6c5b38
commit 8afb13bc5d

View File

@@ -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