mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Allow the player to finish dungeons
This commit is contained in:
@@ -139,6 +139,10 @@ public class ScriptLib {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public int AddExtraGroupSuite(int groupId, int param2) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public int ActiveChallenge(int challengeId, int challengeIndex, int param3, int groupId, int param4, int param5) {
|
||||
SceneGroup group = getSceneScriptManager().getGroupById(groupId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user