Fix small issues in loot and vendor

This commit is contained in:
M. David
2022-08-18 23:52:07 +02:00
parent 374515e222
commit d91242f99d
3 changed files with 23 additions and 40 deletions

View File

@@ -46,7 +46,7 @@ local doLoot = function(slot)
local itemQuality = getItemQuality(slot)
aura_env.debugLog("Drawing icon for " .. itemName .. " with quality " .. itemQuality)
local nameWithColor = "[" .. aura_env.qualityColors[itemQuality + 1] .. itemName .. "]\124r"
local nameWithColor = aura_env.qualityColors[itemQuality + 1] .. "[" .. itemName .. "]\124r"
local nameWithQuantity = nameWithColor .. " x" .. itemQuantity
aura_env.debugLog("Assigning name" .. nameWithQuantity)