diff --git a/LegionWA/AutoLootDisplay/Init.lua b/LegionWA/AutoLootDisplay/Init.lua index 50bab34..344f555 100644 --- a/LegionWA/AutoLootDisplay/Init.lua +++ b/LegionWA/AutoLootDisplay/Init.lua @@ -16,7 +16,7 @@ end aura_env.drawIcon = function(msg) local name, icon, quantity, color = aura_env.getItemInfo(msg) - local formattedName = "\124cff" .. color .. name .. "\124r x" .. quantity + local formattedName = "\124cff" .. color .. "[" .. name .. "]\124r x" .. quantity aura_env.allstates[#aura_env.allstates + 1] = { show = true, changed = true,