This commit is contained in:
Thoronium 2023-02-09 09:12:01 -07:00 committed by GitHub
parent 3b29ba032e
commit 1a50cccb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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