Sexy Reputation

Sexy Reputation

199k Downloads

not working in 10.2.7

jardragon901 opened this issue ยท 1 comments

commented

Looks like there was a change to SetJustifyV several other addons had to fix this also.

17x SexyReputation/SexyReputation.lua:883: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "=[C]"]: in function `SetJustifyV'
[string "@SexyReputation/SexyReputation.lua"]:883: in function `InitializeCell'
[string "@Decursive/Libs/LibQTip-1.0-49/LibQTip-1.0.lua"]:250: in function `AcquireCell'
[string "@Decursive/Libs/LibQTip-1.0-49/LibQTip-1.0.lua"]:486: in function <...ceDecursive/Libs/LibQTip-1.0/LibQTip-1.0.lua:485>
[string "@Decursive/Libs/LibQTip-1.0-49/LibQTip-1.0.lua"]:1049: in function <...ceDecursive/Libs/LibQTip-1.0/LibQTip-1.0.lua:966>
[string "=(tail call)"]: ?
[string "@SexyReputation/SexyReputation.lua"]:643: in function `OnEnter'
[string "@ElvUI/Core/Modules/DataTexts/DataTexts.lua"]:220: in function `func'
[string "@ElvUI/Core/Modules/DataTexts/DataTexts.lua"]:94: in function <...ceElvUI/Core/Modules/DataTexts/DataTexts.lua:84>

Locals:
(*temporary) = FontString {
 0 = <userdata>
}
(*temporary) = "CENTER"
commented

I did some research and found if you go into the SexyReputation.lua search for setj you should find self.fontString:SetJustifyV("CENTER") change center to Middle save the change and it will be back up and working. I made the change and no longer have the error and it is working correctly.