Skip to content

Commit

Permalink
Update PvP arena to Emir's Arena
Browse files Browse the repository at this point in the history
  • Loading branch information
FALSkills committed Jul 11, 2024
1 parent a628312 commit 09d94b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dax/teleports/Teleport.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public enum Teleport {
RING_OF_DUELING_PVP_ARENA (
35, new RSTile(3313, 3233, 0),
() -> WearableItemTeleport.has(WearableItemTeleport.RING_OF_DUELING_FILTER),
() -> WearableItemTeleport.teleport(WearableItemTeleport.RING_OF_DUELING_FILTER, "(?i).*PvP Arena.*")
() -> WearableItemTeleport.teleport(WearableItemTeleport.RING_OF_DUELING_FILTER, "(?i).*Emir.*")
),

RING_OF_DUELING_CASTLE_WARS (
Expand Down

0 comments on commit 09d94b7

Please sign in to comment.