Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: myrroddin
Forum: AddOn Help/Support 10-14-20, 05:55 PM
Replies: 5
Views: 4,968
Posted By myrroddin
The fix for ChocolateBar is very simple: -- Open...

The fix for ChocolateBar is very simple:
-- Open up ChocolateBar\Bar.lua, go to line 30. It should be the following:

local frame = CreateFrame("Frame",name,UIParent)

-- The correct fix is:

local...
Showing results 1 to 1 of 1