Ok, so

#0 - Oct. 20, 2010, 6:22 a.m.
Blizzard Post
I'm getting very irritated with this crap,

Anytime i even mouseover a clickable object in battlegrounds my game crashes - A bunch of my friends and guildmates are having the same issue.

To make matters worse, it boots me out of the battleground within the 20 seconds it takes me to log back in AND it gives me a damn deserter debuff.

So much for Tuesday maintenance?


ALSO:
Who's idea was it NOT to give priest/paladin buffs a cooldown? AV griefing was bad enough before with path of frost.
#4 - Oct. 20, 2010, 6:33 a.m.
Blizzard Post
That issue is addressed in the stickies above - but for the cogwheel....

We've had good reports that these commands will work as a temporary aid until the issue of instability associated with 'cogs' is permanently addressed. This may also help with some freezing issues when zoning into a BG or instance, although resetting your UI (complete method) is still recommended if you find your game freezing even with tooltips turned off via the macro below.

You will need to create two macros, one to "turn off tooltips" and one to "turn on tooltips".

Turn Off Tooltips

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

Turn On Tooltips

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