diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-07-29 12:03:26 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-07-29 12:03:26 -0400 |
commit | 1258226539148e39466c33157a7025292f4000a6 (patch) | |
tree | a9f49b77dd09ad57743afabce2aa0f3e60a37a4e /src/main/java/com/thatgravyboat/skyblockhud/location | |
parent | 6b417dd009835a86f27aa00c752823e9b405c0e9 (diff) | |
download | SkyblockHud-Death-Defied-1258226539148e39466c33157a7025292f4000a6.tar.gz SkyblockHud-Death-Defied-1258226539148e39466c33157a7025292f4000a6.tar.bz2 SkyblockHud-Death-Defied-1258226539148e39466c33157a7025292f4000a6.zip |
wlep i guess this works
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/location')
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java index 05bb779..a8d00bc 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java @@ -37,6 +37,8 @@ public enum Locations { WIZARDTOWER("wizardtower", "Wizard Tower", LocationCategory.HUB), THAUMATURGIST("thaumaturgist", "Thaumaturgist", LocationCategory.HUB), HEXATORUM("hexatorum", "Hexatorum", LocationCategory.HUB), + SHENSAUCTION("shensauction", "Shen's Auction", LocationCategory.HUB), + REGALIAROOM("regaliaroom", "Regalia Room", LocationCategory.HUB), //THE BARN THEBARN("thebarn", "The Barn", LocationCategory.BARN), WINDMILL("windmill", "Windmill", LocationCategory.BARN), |