We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55981e commit 6362c71Copy full SHA for 6362c71
TalentViewer.lua
@@ -51,7 +51,7 @@ do
51
local specName = select(2, GetSpecializationInfoForSpecID(specInfo.specId))
52
if specName ~= '' then
53
cache.classSpecs[specInfo.classId][specInfo.specId] = specName
54
- cache.specIndexToIdMap[specInfo.classId][specInfo.index] = specInfo.specId
+ cache.specIndexToIdMap[specInfo.classId][specInfo.index + 1] = specInfo.specId
55
cache.specIconId[specInfo.specId] = specInfo.specIconId
56
cache.specIdToClassIdMap[specInfo.specId] = specInfo.classId
57
end
0 commit comments