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