2 - TitanTSI needs a small update for Wow3.0
I needed small changes to get it working again:
tradeskillinfo.lua line 3:
function TitanPanelTSIButton_OnLoad(self)
tradeskillinfo.lua line 5:
self.registry = {
tradeskillinfo.lua line 19:
function TitanPanelTSI_OnClick(self, button)
tradeskillinfo.xml lines 10-11:
TitanPanelTSIButton_OnLoad(self);
TitanPanelButton_OnLoad(self);
tradeskillinfo.xml lines 15:
TitanPanelTSI_OnClick(self, button);
- 2 comments
- 2 comments
Facts
- Last updated
- Nov 08, 2008
- Reported
- Nov 07, 2008
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #2
Dys Nov 08, 2008 at 04:43 UTC - 0 likesRecommended changes are included in v1.1-beta6.
- Reply
- #1
Dys Nov 07, 2008 at 16:20 UTC - 0 likesIs the last line
TitanPanelTSI_OnClick(self, button);
or
TitanPanelTSI_OnClick(self, arg1);
I don't have Titan installed, so I'll have to go by your input. :)