Allow the player to finish dungeons

This commit is contained in:
Melledy
2022-04-29 00:49:05 -07:00
parent 069ae5fbb8
commit c3c170def9
9 changed files with 65 additions and 3 deletions

View File

@@ -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);