You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local function SetMoveHandler(frameToMove, handler)
if not frameToMove then
return
end
if not handler then
handler = frameToMove
--THIS
elseif (IsAddOnLoaded("ElvUI")) and (handler == AchievementFrameHeader) then
handler = frameToMove
--^
end
...
this fix for BlizzMove can help, but I'm wondering if it posible to change something in ElvUI skin for AchievementFrame
The text was updated successfully, but these errors were encountered:
BlizzMove addon cant move Achievements frame
this fix for BlizzMove can help, but I'm wondering if it posible to change something in ElvUI skin for AchievementFrame
The text was updated successfully, but these errors were encountered: