Loon Best In Slot (BIS)

Loon Best In Slot (BIS)

4M Downloads

[Cata] Options errors, slash/minimap (and fix)

Road-block opened this issue ยท 1 comments

commented

After 4.4.1 the InterfaceOptions_blah deprecations have been removed so trying to invoke options through cmd line or minimap r-click errors.

Fix(es)

elseif command == "settings"	then
	--InterfaceOptionsFrame_Show()
	Settings.OpenToCategory("Loon Best In Slot")
	--InterfaceOptionsFrame_OpenToCategory("Loon Best In Slot")
end

in command handler (LoonBestinSlot.lua)
and

elseif button == "RightButton" then
    --InterfaceOptionsFrame_Show()
    --InterfaceOptionsFrame_OpenToCategory("Loon Best In Slot")
    Settings.OpenToCategory("Loon Best In Slot")
end

in MimimapButton.lua

commented

Should be fixed in latest. Thanks !