Skip to content

Commit

Permalink
Fix Golden Goblin Slayer showing up as Goblin Slayer on commission HUD (
Browse files Browse the repository at this point in the history
#347)

Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
  • Loading branch information
qtlunya and Julienraptor01 committed Oct 13, 2023
1 parent 0eb2976 commit b609fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class DwarvenHud {

public static final List<Pattern> COMMISSIONS = Stream.of(
"(?:Titanium|Mithril|Hard Stone) Miner",
"(?:Ice Walker|Goblin|Goblin Raid|Automaton|Sludge|Team Treasurite Member|Yog|Boss Corleone|Thyst) Slayer",
"(?:Ice Walker|Golden Goblin|(?<!Golden )Goblin|Goblin Raid|Automaton|Sludge|Team Treasurite Member|Yog|Boss Corleone|Thyst) Slayer",
"(?:Lava Springs|Cliffside Veins|Rampart's Quarry|Upper Mines|Royal Mines) Mithril",
"(?:Lava Springs|Cliffside Veins|Rampart's Quarry|Upper Mines|Royal Mines) Titanium",
"Goblin Raid",
Expand Down

0 comments on commit b609fe9

Please sign in to comment.