XLoot

XLoot

5M Downloads

Cata Pre-Patch error

frenzypagle opened this issue ยท 2 comments

commented

With the Cata pre-patch that dropped today XLoot is reporting this error:

Message: Interface/AddOns/XLoot/stacks.lua line 148:
bad argument #1 to 'SetJustifyH' (Usage: self:SetJustifyH(justifyH))

I was able to fix locally by changing https://github.com/Xuerian/XLoot/blob/master/stacks.lua#L148 to

label:SetJustifyH('CENTER')
commented

Thank you for the report and the fixes, let me know if that doesn't fix the issue.