Don't add quantity to display - it already is added
This commit is contained in:
@@ -10,7 +10,7 @@ function(allstates, e, prefix, message, type, target)
|
|||||||
tostring(aura_env.QualityColors[quality+1]),
|
tostring(aura_env.QualityColors[quality+1]),
|
||||||
tostring(name),
|
tostring(name),
|
||||||
tostring(quantity),
|
tostring(quantity),
|
||||||
tostring(GetItemCount(name) + quantity))
|
tostring(GetItemCount(name)))
|
||||||
|
|
||||||
allstates[#allstates + 1] = {
|
allstates[#allstates + 1] = {
|
||||||
show = true,
|
show = true,
|
||||||
|
Reference in New Issue
Block a user