mirror of
https://github.com/Melledy/LunarCore.git
synced 2026-05-06 21:03:42 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user