Lui v3 WoW-Classic

Lui v3 WoW-Classic

45.7k Downloads

SoD FocusFrame

ssg3Davins opened this issue ยท 1 comments

commented

FocusFrame does not exist in Classic_Era, so have to check if it exists. Otherwise it bricks other things on init, like Target of Target, Party Frame, Raid Frame.
in hideblizzard.lua changing the focus function works.
focus = function()
if FocusFrame then
FocusFrame:UnregisterAllEvents()
FocusFrame:Hide()
end
end,

commented

issue has been resolved in version 3.6