Skip to content

Commit

Permalink
Merge pull request #209 from IminhaK/master
Browse files Browse the repository at this point in the history
Add EX5 to KnownDuty
  • Loading branch information
xpdota authored Jan 11, 2023
2 parents 8245d00 + 6ab14bf commit 390752f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public enum KnownDuty implements Duty {
O9S("O9S", 802, Expansion.SB, DutyType.SAVAGE_RAID),
O10S("O10S", 803, Expansion.SB, DutyType.SAVAGE_RAID),
O11S("O11S", 804, Expansion.SB, DutyType.SAVAGE_RAID),
O12S("O12S", 805, Expansion.SB, DutyType.SAVAGE_RAID)
O12S("O12S", 805, Expansion.SB, DutyType.SAVAGE_RAID),
RubicanteEx("EX5", 1096, Expansion.EW, DutyType.TRIAL_EX)
;

private final String name;
Expand Down

0 comments on commit 390752f

Please sign in to comment.