DJScias / Experiencer2

Experience bar addon for WoW - Continued
Other
0 stars 0 forks source link

C_Reputation.GetFactionDataByIndex return nil #16

Closed yourapple closed 2 weeks ago

yourapple commented 1 month ago

An error occurred in the file reputation.lua. Line 552, C_Reputation.GetFactionDataByIndex returned nil, causing an error. It can be modified like this

local factionData = C_Reputation.GetFactionDataByIndex(factionIndex) or {0,nil,false,false}

DJScias commented 1 month ago

Hello there,

I've just released 6.3.0 to Curseforge/WoWInterface/Wago which should fix this bug. I'll keep this issue open for a small bit of time so you can see if you can reproduce it again.

Thanks for the report, I really appreciate it!

DJScias commented 2 weeks ago

Given I've heard nothing further from this, I'll be closing this.

If it does return, feel free to make a new issue (or bring it up in here so we can see where to go from there).