Wednesday, October 20, 2010

Tired of Wow Freezing?

This was posted elsewhere but i thought i'd share it.

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

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


This is sometimes causing people to freeze when in Battlegrounds, or Instances. Try it if you are having problems.

No comments:

Post a Comment