Skip to content

Commit

Permalink
Merge pull request #76 from dmeredith96/fix-invalid-format-err
Browse files Browse the repository at this point in the history
Add support for the Legacy Bounty Hunter minigame
  • Loading branch information
maxswa committed May 26, 2023
2 parents e4d2b10 + a8cf171 commit 99ad5eb
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 377 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,16 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses

### Minigames

| Minigame | Param |
| ---------------------- | :---------------: |
| Bounty Hunter (Rogue) | `rogueBH` |
| Bounty Hunter (Hunter) | `hunterBH` |
| Last Man Standing | `lastManStanding` |
| PvP Arena | `pvpArena` |
| Soul Wars Zeal | `soulWarsZeal` |
| Rifts Closed | `riftsClosed` |
| Minigame | Param |
| ------------------------------- | :---------------: |
| Bounty Hunter (Legacy - Rogue) | `rogueBH` |
| Bounty Hunter (Legacy - Hunter) | `hunterBH` |
| Bounty Hunter (Rogue) | `rogueBHV2` |
| Bounty Hunter (Hunter) | `hunterBHV2` |
| Last Man Standing | `lastManStanding` |
| PvP Arena | `pvpArena` |
| Soul Wars Zeal | `soulWarsZeal` |
| Rifts Closed | `riftsClosed` |

### Leagues

Expand Down
Loading

0 comments on commit 99ad5eb

Please sign in to comment.