Can we expect a bug patch this tuesday?

#0 - Oct. 18, 2010, 10:49 p.m.
Blizzard Post
Do any blues have a heads up for those suffering from the disconnect bugs and such when touching flags and crashing? Can we expect a patch this tuesday for it?
#14 - Oct. 19, 2010, 5:25 a.m.
Blizzard Post
Q u o t e:
u ever play with software cursor? its unplayable


I'm not entirely certain what you are referring to, Vizzer. The worldaround that is posted simply disables the Tooltip in-game.

Turn Off Tooltips

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


Turn On Tooltips

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

I'm not certain if a resolution has been found for the cogwheel issue, it will be implemented as soon as possible but in the meantime I would recommend trying the workaround. It doesn't seem to be working for everyone but it has worked for many.