🐞 fix(稷下学宫2006圣物不生效):
This commit is contained in:
@@ -211,7 +211,7 @@ export class RougeEffect {
|
|||||||
|
|
||||||
if (newRandom && newRandom.length > 0) {
|
if (newRandom && newRandom.length > 0) {
|
||||||
let cards = getRandEelm(newRandom, randomNum);
|
let cards = getRandEelm(newRandom, randomNum);
|
||||||
cards.forEach(async cur => { this.updateCardMap.set(cur.cardCode, cur), await this.updateCharaCards(cur, cardCode, cur.cardId); });
|
cards.forEach(async cur => { this.updateCardMap.set(cur.cardCode, cur), await this.updateCharaCards(cur, cur.cardCode, cur.cardId); });
|
||||||
pushCards.push(...cards);
|
pushCards.push(...cards);
|
||||||
|
|
||||||
this.updateHolyMapUseCount(this.holyMap.get(cardCode));
|
this.updateHolyMapUseCount(this.holyMap.get(cardCode));
|
||||||
|
|||||||
Reference in New Issue
Block a user