mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 00:26:55 +00:00
loot: fix last comma in loot frame
This commit is contained in:
+1
-1
@@ -438,7 +438,7 @@ pfUI:RegisterModule("loot", function ()
|
||||
local color = ITEM_QUALITY_COLORS[quality]
|
||||
|
||||
if(LootSlotIsCoin(id)) then
|
||||
item = string.gsub(item,"\n", ", ")
|
||||
item = string.gsub(string.gsub(item,"\n", ", "), ", $", "")
|
||||
end
|
||||
|
||||
if(quantity > 1) then
|
||||
|
||||
Reference in New Issue
Block a user