Small fix needed for 4.0.1
DrKazza opened this issue ยท 1 comments
they've removed the equipmentManager CVar.. if you comment out the line below everything works fine.
Any chance of an update?
function addon:VARIABLES_LOADED(event)
-- SetCVar('equipmentManager', 1)
GearManagerToggleButton:Show()
self:UnregisterEvent(event)
end