Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: cofl ah search item #1743

Merged
merged 7 commits into from
May 16, 2024
Prev Previous commit
Next Next commit
Update src/main/java/at/hannibal2/skyhanni/config/features/inventory/…
…AuctionHouseConfig.java

Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
  • Loading branch information
hannibal002 and Ekwav authored May 9, 2024
commit c6d6149214bc351e37820e044f9a747d263fb6ed
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class AuctionHouseConfig {
public int copyUnderbidKeybind = Keyboard.KEY_NONE;

@Expose
@ConfigOption(name = "Price Website", desc = "Adds a button to the Auction House that will open the item page in §ccoflnet.com§7.")
@ConfigOption(name = "Price Website", desc = "Adds a button to the Auction House that will open the item page in §csky.coflnet.com§7.")
@ConfigEditorBoolean
@FeatureToggle
public boolean openPriceWebsite = false;
Expand Down
Loading