mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 16:55:29 +00:00
Old Lua didnt like the OO-style syntax
This commit is contained in:
@@ -207,7 +207,7 @@ function M:LOOT_OPENED(_, autoLoot)
|
|||||||
local color = ITEM_QUALITY_COLORS[quality]
|
local color = ITEM_QUALITY_COLORS[quality]
|
||||||
|
|
||||||
if(LootSlotIsCoin(i)) then
|
if(LootSlotIsCoin(i)) then
|
||||||
item = item:gsub("\n", ", ")
|
item = string.gsub(item, "\n", ", ")
|
||||||
end
|
end
|
||||||
|
|
||||||
if quantity and (quantity > 1) then
|
if quantity and (quantity > 1) then
|
||||||
|
|||||||
Reference in New Issue
Block a user