If you use DBM then try to turn that addon off.

If some of you have been having issues with getting your character freezing on loading screen and issues with the cog wheel in the Headless Horseman instance. Well I managed to talk to a GM about it and they had this to say.


Those Scripts (so you can all copy and paste) are:

/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

and

/script GameTooltip:SetScript("OnShow", GameTooltip.Show);