fix(稷下学宫):答题时可能活动id为0的圣物卡

This commit is contained in:
陆莹
2023-09-23 12:59:37 +08:00
committed by luying
parent 5063aa3a05
commit cb009615a6
2 changed files with 2 additions and 2 deletions

View File

@@ -770,7 +770,7 @@ export class RougeHandler {
cardId = getRandEelmWithWeight(newCards).dic.cardId;
}
handleAddFun.pushHolyCard(cardId);
if(cardId > 0) handleAddFun.pushHolyCard(cardId);
}
status = 1;