mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 13:24:36 +01:00
Fix pure fiction entry
This commit is contained in:
@@ -37,14 +37,14 @@ public class PacketStartChallengeScRsp extends BasePacket {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user