
Auto-profile count of addons off-by-one error
Closed this issue ยท 1 comments
The display of the number of addons enabled in the profiles for characters is displaying 1 higher than the listed number of addons.
I though there might be something hidden, but I enabled the "show blizzard addons" option and that didn't show anything different.
In the character select screen in the addons, only six are shown as ticked. In the game in the SAM screen only six are shown as ticked.
The character menu lists each as "7 addons", and this is the content from the saved lua file for a character:
["autoProfile"] = {
["Worgctl-Frostmourne"] = {
["playerId"] = "Worgctl-Frostmourne",
["playerColor"] = "ffff7c0a",
["addonsCount"] = 7,
["addons"] = {
["AllTheThings"] = true,
["TradeSkillMaster_AppHelper"] = true,
["ZygorGuidesViewer"] = true,
["TradeSkillMaster"] = true,
["+Wowhead_Looter"] = true,
["SimpleAddonManager"] = true,
},
I am trying to run minimal numbers of addons so it would be helpful if these addonsCount
matched what is listed under addons
Should be fixed in v1.46.