装备:修改升星读表
This commit is contained in:
@@ -252,7 +252,7 @@ export class EquipHandler {
|
||||
return resResult(STATUS.EQUIP_QUALITY_NOT_ENOUGH);
|
||||
}
|
||||
|
||||
let isEnough = await check.decrease(nextEquipStar.subConsume);
|
||||
let isEnough = await check.decrease(dicEquipStar.subConsume);
|
||||
if(isEnough) {
|
||||
update.star = nextEquipStar.star;
|
||||
update.starStage = 0;
|
||||
|
||||
Reference in New Issue
Block a user