mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 13:15:39 +00:00
Fix goal (#2052)
This commit is contained in:
parent
3b29ba032e
commit
1a50cccb38
@ -28,7 +28,7 @@ public class DungeonGuardChallengeFactoryHandler implements ChallengeFactoryHand
|
||||
challengeIndex, // Index
|
||||
List.of(param4, 0),
|
||||
0, // Limit
|
||||
param5, // Goal
|
||||
param4, // Goal
|
||||
List.of(new GuardTrigger()));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user