Skip to content

Commit

Permalink
Fix: Miniboss Amount (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx authored Dec 17, 2024
1 parent d82d3fa commit 5d2b9bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ class DailyQuestHelper(val reputationHelper: CrimsonIsleReputationHelper) {
* REGEX-TEST: §7Kill the §cAshfang §7miniboss §a2 §7times!
* REGEX-TEST: §7Kill the §cMage Outlaw §7miniboss §a1 §7time!
* REGEX-TEST: §7miniboss §a1 §7time!
* REGEX-TEST: §7Kill the §cBarbarian Duke X §7miniboss §a2
*/
val minibossAmountPattern by patternGroup.pattern(
"minibossamount",
"(?:§7Kill the §c.+ §7|.*)miniboss §a(?<amount>\\d) §7times?!",
"(?:§7Kill the §c.+ §7|.*)miniboss §a(?<amount>\\d)(?: §7times?!)?",
)

/**
Expand Down

0 comments on commit 5d2b9bb

Please sign in to comment.