diff --git a/Buttons_Wrath.lua b/Buttons_Wrath.lua index 8f99156..75fad06 100644 --- a/Buttons_Wrath.lua +++ b/Buttons_Wrath.lua @@ -362,6 +362,10 @@ do f:SetParent(Minimap) f:SetPoint("CENTER", Minimap, "CENTER", -60, 55) end + -- On Wrath Classic the Calendar is not parented to the Minimap + if n == "GameTimeFrame" then + f:SetParent(Minimap) + end animFrames[#animFrames+1] = f