View Single Post
03/28/21, 09:07 AM   #6
awfuldead
AddOn Author - Click to view addons
Join Date: Mar 2020
Posts: 17
ok u can download it here

or do this change:

in file MiatCastIcon.txt remove extra lines to make next (And pay attention to the highlighted line, where you need to replace OptionalDependsOn with DependsOn)
Code:
## Title: Miat's CastIcon
## Author: Dorrino
## APIVersion: 100034
## Version: 1.1
## SavedVariables: MiatCastIconSettings
## DependsOn: LibAddonMenu-2.0



MiatCastIcon.xml
MiatCastIcon.lua
then delete folder libs

and in file MiatCastIcon.lua change
Code:
local LAM2 = LibStub("LibAddonMenu-2.0")
to

local LAM2 = LibAddonMenu2

Last edited by awfuldead : 03/29/21 at 09:01 AM.
  Reply With Quote