http://bugs.winehq.org/show_bug.cgi?id=2814
------- Additional Comments From robust@gentoo.se 2005-31-10 06:51 ------- World Of Warcraft works fine with Wine 0.9, the only problems that I have witnessed is the problem with the cursors (you can't select enemies or loot or talk to npc's) But I found a quick hack to fix it :
1. To fix the targeting circles, edit the file <winesrc>/dlls/opengl32/opengl_norm.c 2. search for 'glPolygonOffset'' 3. a few lines down is the line 'glPolygonOffset( factor, units );' 4. change it to read 'glPolygonOffset( -factor, units );'