LoW|ThinK
Horde

Dabei seit: 05.01.2006
Beiträge: 36
 |
|
Extended Questlog: http://wowui.incgamers.com/?p=mod&m=4188
Tooltip Fix:
I found a fix for this: please do the following to fix EQL so that the tooltip bug goes away.
Open Interface/Addons/EQL3/EQL3_Tooltip.lua
On line 27 you'll find:
function EQL3_New_ContainerFrameItemButton_OnEnter()
please replace with:
function EQL3_New_ContainerFrameItemButton_OnEnter(self)
Also, on line 29 find:
EQL3_ContainerFrameItemButton_OnEnter();
replace with:
EQL3_ContainerFrameItemButton_OnEnter(self);
|
|