Skip to content

Commit

Permalink
Fix pure fiction entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Melledy committed Sep 17, 2024
1 parent e5eb277 commit 8639827
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ public PacketStartChallengeScRsp(Player player, int challengeId, RepeatedInt lin
data.addLineupList(player.getLineupManager().getExtraLineupByType(ExtraLineupType.LINEUP_CHALLENGE_2_VALUE).toProto());
}

// Fix for challenge boss instances
// Fix for challenge boss/story instances
if (challenge.getType() == ChallengeType.BOSS) {
var info = data.getMutableExtInfo().getMutableBossInfo();

info.getMutableFirstNode();
info.getMutableSecondNode();
//info.addAllLineup1(lineup1.array());
//info.addAllLineup2(lineup2.array());
} else if (challenge.getType() == ChallengeType.STORY) {
data.getMutableExtInfo().getMutableBossInfo();
}
} else {
data.setRetcode(1);
Expand Down

0 comments on commit 8639827

Please sign in to comment.