Xuerian / XLoot

World of Warcraft addon enhancing loot related functionality
Other
10 stars 1 forks source link

Cata Pre-Patch error #28

Closed frenzypagle closed 2 months ago

frenzypagle commented 2 months ago

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')
frenzypagle commented 2 months ago

Similar changes are also needed on https://github.com/Xuerian/XLoot/blob/master/Modules/Frame/Frame.lua#L1061-L1067

Xuerian commented 2 months ago

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