Little thing before 2.6 (#109)

* Avoid trigger quest

* Update BuyGoodsCsReqOuterClass.java

* Cleanup code

* Update Banners.json

Lingsha and her Lightcone :3

* Update ChallengeInstance.java

Fix a little thing about pts
This commit is contained in:
Haru
2024-10-21 15:59:39 +07:00
committed by GitHub
parent e2925811a2
commit ec315bb1cf
2 changed files with 124 additions and 458 deletions

View File

@@ -120,7 +120,7 @@ public class ChallengeInstance {
// Add story battle targets
if (this.getExcel().getType() == ChallengeType.STORY) {
// Add base score counter
battle.addBattleTarget(1, 10001, this.getTotalScore());
battle.addBattleTarget(1, 10002, this.getTotalScore());
// Add battle targets from story excel
for (int id : getExcel().getStoryExcel().getBattleTargetID()) {
battle.addBattleTarget(5, id, this.getTotalScore());
@@ -295,4 +295,4 @@ public class ChallengeInstance {
return proto;
}
}
}