Skip to content

Commit

Permalink
Removed Merc Shop Button
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiBelhi authored Nov 27, 2021
1 parent a42d365 commit 8c03dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/addon_d/extendedui_frame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ function EXTENDEDUI_ON_FRAME_LOADS()
-- Fix by Sadlion, modified into a ternary by me
euiFrame = extui.AddFrame("minimized_event_progress_check_button", (IS_SEASON_SERVER() == "NO" and "Medina FLEX!" or "God Roulette"));
euiFrame.saveHidden = true;
euiFrame = extui.AddFrame("minimized_pvpmine_shop_button", "Mercenary Shop Button");
euiFrame.saveHidden = true;
--euiFrame = extui.AddFrame("minimized_pvpmine_shop_button", "Mercenary Shop Button");
--euiFrame.saveHidden = true;
euiFrame = extui.AddFrame("openingameshopbtn", "TP Item Button");
euiFrame.noResize = false;
euiFrame.saveHidden = true;
Expand Down

0 comments on commit 8c03dd6

Please sign in to comment.