Hey, I know no questions/requests shall be posted here, but I think many want an update of this so;
Anyone got working "blizzard-built in-compass" macro for current patch?
Old one ain't working; /run local p,f,m,t=Minimap,CreateFrame"Frame"m,t=({p:GetChildren()})[9],p:CreateFontString(0,0,"SystemFont")t:SetPoint("TOP",0,-9)f:SetScript("OnUpdate",function()_=mod(m:GetFacing()/PI,.5)t:SetFormattedText((_<.002 and"\124cff11ff11"or"").."%.3f",_)end)