This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
after typeing /dog to open the help page I get the following error in v3.1 (10/14/08)Message: ..\AddOns\CowTip\libs\LibDogTag-3.0\Help.lua line 403: attempt to call method 'SetTextFontObject' (a nil value)Debug: (tail call): ? [C]: SetTextFontObject() CowTip\libs\LibDogTag-3.0\Help.lua:403: getTreeLine() CowTip\libs\LibDogTag-3.0\Help.lua:956: OpenHelp() CowTip\libs\LibDogTag-3.0\Help.lua:1216: value() ..\FrameXML\ChatFrame.lua:3212: ..\FrameXML\ChatFrame.lua:3144 [C]: ChatEdit_ParseText() ..\FrameXML\ChatFrame.lua:2911: ChatEdit_SendText() ..\FrameXML\ChatFrame.lua:2932: ..\FrameXML\ChatFrame.lua:2931 [C]: ChatEdit_OnEnterPressed() [string "*:OnEnterPressed"]:1: [string "*:OnEnterPressed"]:1
from nailertn on the ace forums:
In Interface\AddOns\PitBull\libs\LibDogTag-3.0\Help.lua change line 403 to:
frame:SetNormalFontObject(GameFontHighlight)
from
frame:SetTextFontObject(GameFontHighlight).
No longer works.
To post a comment, please login or register a new account.