Files 4
Downloads 601,678
Favorites 740
My AddOns
View Bug Report
CT mapmod calling protected funcitons
Bug #: 2741
File: Miscellaneous
Date: 12-16-06 08:21 PM
By: Vytae
Status: Unconfirmed
Got these errors when in Warsong gulch attacking an enemy

[2006/12/16 19:09:30-1670-x1]: <event>ADDON_ACTION_BLOCKED:AddOn 'CT_MapMod' tried to call the protected function 'TargetofTargetFrame:Hide()'.
<in C code>: in function `Hide'
FrameXML\TargetFrame.lua:574: in function `TargetofTarget_Update'
FrameXML\TargetFrame.lua:79: in function `TargetFrame_OnEvent'
<string>:"TargetFrame:OnEvent":2: in function <[string "TargetFrame:OnEvent"]:1>
<in C code>: in function `CameraOrSelectOrMoveStop'
<string>:"CAMERAORSELECTORMOVE":5: in function <[string "CAMERAORSELECTORMOVE"]:1>

---

[2006/12/16 19:09:31-1670-x1]: <event>ADDON_ACTION_BLOCKED:AddOn 'CT_MapMod' tried to call the protected function 'TargetofTargetFrame:Show()'.
<in C code>: in function `Show'
FrameXML\TargetFrame.lua:569: in function `TargetofTarget_Update'
FrameXML\TargetFrame.lua:79: in function `TargetFrame_OnEvent'
<string>:"TargetFrame:OnEvent":2: in function <[string "TargetFrame:OnEvent"]:1>
<in C code>: in function `CameraOrSelectOrMoveStop'
<string>:"CAMERAORSELECTORMOVE":5: in function <[string "CAMERAORSELECTORMOVE"]:1>

---

No idea why CT_Mapmod is calling these... any ideas?