Post a reply
|
DarkSorrow
|
Getting over 30K errors on CT_TargetFrame
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value)
Time: 12/08/09 19:42:47
Count: 39034
Stack: [C]: ?
Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: in function <Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:73>
[C]: in function `TargetofTargetHealthCheck'
Interface\FrameXML\TargetFrame.lua:735: in function <Interface\FrameXML\TargetFrame.lua:712>
Locals:
|
|
dargen
|
I've sent an updated CT_UnitFrames (3.301) to TS that fixes this error. Just have to wait for him to get it on the web site.
Until then, if you feel confident making the change yourself you can change line 75 of the Interface\Addons\CT_UnitFrames\CT_TargetFrame.lua file from this:
TargetofTargetPortrait:SetVertexColor(1.0, 1.0, 1.0, 1.0);
to this:
TargetFrameToTPortrait:SetVertexColor(1.0, 1.0, 1.0, 1.0);
|
You cannot reply to this topic. Try logging in first.