View Single Post
09/03/21, 06:49 PM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
Merlin's Rez Helper is using LibAddonMenu in a way that is no longer supported.
Specifically the file Elder Scrolls Online/live/Addons/MerlinsRezHelper/merlinsRezHelper.lua, the first line
local LAM2 = LibStub("LibAddonMenu-2.0")
must be replaced by
local LAM2 = LibAddonMenu2

You can edit the file yourself with a texteditor (eg notepad) or post a comment in the comment section of Merlin's Rez Helper and ask the author to update the addon.
  Reply With Quote