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());
|
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) {
|
if (challenge.getType() == ChallengeType.BOSS) {
|
||||||
var info = data.getMutableExtInfo().getMutableBossInfo();
|
var info = data.getMutableExtInfo().getMutableBossInfo();
|
||||||
|
|
||||||
info.getMutableFirstNode();
|
info.getMutableFirstNode();
|
||||||
info.getMutableSecondNode();
|
info.getMutableSecondNode();
|
||||||
//info.addAllLineup1(lineup1.array());
|
} else if (challenge.getType() == ChallengeType.STORY) {
|
||||||
//info.addAllLineup2(lineup2.array());
|
data.getMutableExtInfo().getMutableBossInfo();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
data.setRetcode(1);
|
data.setRetcode(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user