mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 09:39:50 +08:00
Allow the player to finish dungeons
This commit is contained in:
+1
@@ -13,6 +13,7 @@ public class PacketDungeonChallengeBeginNotify extends BasePacket {
|
||||
DungeonChallengeBeginNotify proto = DungeonChallengeBeginNotify.newBuilder()
|
||||
.setChallengeId(challenge.getChallengeId())
|
||||
.setChallengeIndex(challenge.getChallengeIndex())
|
||||
.setGroupId(challenge.getGroup().id)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
|
||||
Reference in New Issue
Block a user