From be601996712670e508cc7f8edc611843c58e5784 Mon Sep 17 00:00:00 2001 From: "M. David" Date: Fri, 19 Aug 2022 14:30:46 +0200 Subject: [PATCH] Add [] to icon name --- LegionWA/AutoLootDisplay/Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,