mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
Fix goal (#2052)
This commit is contained in:
@@ -28,7 +28,7 @@ public class DungeonGuardChallengeFactoryHandler implements ChallengeFactoryHand
|
|||||||
challengeIndex, // Index
|
challengeIndex, // Index
|
||||||
List.of(param4, 0),
|
List.of(param4, 0),
|
||||||
0, // Limit
|
0, // Limit
|
||||||
param5, // Goal
|
param4, // Goal
|
||||||
List.of(new GuardTrigger()));
|
List.of(new GuardTrigger()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user