mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
oops
This commit is contained in:
@@ -88,7 +88,8 @@ function M:MERCHANT_SHOW()
|
||||
local cost, possible = GetRepairAllCost()
|
||||
if cost > 0 then
|
||||
if possible then
|
||||
E:Print(L["Your items have been repaired for: "]..E:FormatMoney(cost, "BLIZZARD", true))
|
||||
RepairAllItems(autoRepair == "PLAYER")
|
||||
E:Print(L["Your items have been repaired for: "]..E:FormatMoney(cost, "BLIZZARD"))
|
||||
else
|
||||
E:Print(L["You don't have enough money to repair."])
|
||||
end
|
||||
|
||||
@@ -65,7 +65,6 @@ E.Options.args.general = {
|
||||
desc = L["Automatically repair using the following method when visiting a merchant."],
|
||||
values = {
|
||||
["NONE"] = NONE,
|
||||
["GUILD"] = GUILD,
|
||||
["PLAYER"] = PLAYER
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user