Closed grilor closed 3 months ago
Same issue as well. Bar is no longer displayed
The following changes made the addon work again for me:
MicroMenu\Broker_MicroMenu.lua:212: Change to C_AddOns.LoadAddOn("Blizzard_TalentUI")
Core.lua:9: Change to C_AddOns.GetAddOnMetadata("ChocolateBar", "Version")
Core.lua:281: Change to return lastversion < C_AddOns.GetAddOnMetadata("ChocolateBar", "Version") and true or false
Options.lua:12: Change to local version = C_AddOns.GetAddOnMetadata("ChocolateBar","X-Curse-Packaged-Version") or ""
unfortunately I am not very computer savvy so the add on changes are very confusing and I would not even begin to know where to fix these on my own
Here's the latest version of the addon with the changes I referenced:
Please delete if not allowed.
Here's the latest version of the addon with the changes I referenced:
Please delete if not allowed.
Not sure if I did it wrong, but I downloaded this and unzipped it to my addon folder and still nothing, Chocolate bar still doesn't show up on my screen.
Not sure if I did it wrong, but I downloaded this and unzipped it to my addon folder and still nothing, Chocolate bar still doesn't show up on my screen.
I just made the changes manually and I do get the bar. (edit - I had missed saving a file in the editor)
Fixed in v3.14
What game version did the bug occur in?
Retail
Troubleshooting
Describe the bug.
i have disabled ALL addon but this one and it is not showing up at all now.
Steps to reproduce.
loggin with allmy addons turned on and the bar was gone. removed all addons but this one and the bar is still gone
Expected behavior.
for the bars to be displayed on the in-game screen
Errors
No response