diff --git a/Generalist.lua b/Generalist.lua index 9d4c146..342534f 100755 --- a/Generalist.lua +++ b/Generalist.lua @@ -821,7 +821,7 @@ function Generalist:GetCharDecor() -- Loop through it. for _,tItem in ipairs(tDecor) do - local name = tItem.strName + local name = tItem:GetName() if theDecor[name] == nil then theDecor[name] = {} diff --git a/toc.xml b/toc.xml index 2d9544b..1eaa4ef 100755 --- a/toc.xml +++ b/toc.xml @@ -1,5 +1,5 @@ - +