Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ElvUI Achievement skin + BlizzMove #822

Open
nogoodlife opened this issue Apr 30, 2022 · 0 comments
Open

ElvUI Achievement skin + BlizzMove #822

nogoodlife opened this issue Apr 30, 2022 · 0 comments
Labels

Comments

@nogoodlife
Copy link

nogoodlife commented Apr 30, 2022

BlizzMove addon cant move Achievements frame

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

@nogoodlife nogoodlife added the bug label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant