Thread: MyStatusWindow
View Single Post
05/10/15, 03:34 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
This error comes from an old LibAddonMenu. Check your addon. It should use r17.
The file "LibAddonMenu-2.0.lua" should contain this:
Code:
--Register LAM with LibStub
local MAJOR, MINOR = "LibAddonMenu-2.0", 17
If not, replace the folder with a new one.
  Reply With Quote