🐞 fix(稷下学宫): 去除测试数据
This commit is contained in:
@@ -266,7 +266,7 @@ export async function chooseNode(dbRecord: RougelikeRecordType, layerChooseNode:
|
|||||||
dbPara.questType = randomData.nodeType;
|
dbPara.questType = randomData.nodeType;
|
||||||
if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ORDINARY || randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ELITE) {
|
if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ORDINARY || randomData.nodeType == ROUGE_LIKE_NODE_TYPE.ELITE) {
|
||||||
isReward = true;
|
isReward = true;
|
||||||
warId = dbPara.warId = 101110101//randomData.param;
|
warId = dbPara.warId = randomData.param;
|
||||||
}
|
}
|
||||||
else if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.SHOP) {
|
else if (randomData.nodeType == ROUGE_LIKE_NODE_TYPE.SHOP) {
|
||||||
isShop = true
|
isShop = true
|
||||||
|
|||||||
Reference in New Issue
Block a user