WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Error when adding a profession to questline

Twists opened this issue ยท 7 comments

commented

A Nethercite Ore |QID|11018| |P|Mining 350|

Generates:

Message: ...ce\AddOns\WoWPro_Leveling\WoWPro_Leveling_Parser.lua:92: attempt to call global 'GetNumSkillLines' (a nil value)
Time: 10/23/10 21:29:19
Count: 1
Stack: ...ce\AddOns\WoWPro_Leveling\WoWPro_Leveling_Parser.lua:92: in function NextStep' ...ce\AddOns\WoWPro_Leveling\WoWPro_Leveling_Parser.lua:390: in functionRowUpdate'
Interface\AddOns\WoWPro\WoWPro_Broker.lua:72: in function RowContentUpdate' Interface\AddOns\WoWPro\WoWPro_Broker.lua:84: in functionUpdateGuide'
...ce\AddOns\WoWPro_Leveling\WoWPro_Leveling_Parser.lua:357: in function LoadGuide' Interface\AddOns\WoWPro\WoWPro_Broker.lua:46: in functionLoadGuide'
Interface\AddOns\WoWPro_Leveling\WoWPro_Leveling.lua:53: in function <Interface\AddOns\WoWPro_Leveling\WoWPro_Leveling.lua:16>
(tail call): ?

[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...AddOns\Chinchilla\Libs\AceAddon-3.0\AceAddon-3.0.lua:539: in function <...AddOns\Chinchilla\Libs\AceAddon-3.0\AceAddon-3.0.lua:532>
...
(tail call): ?

[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...AddOns\Chinchilla\Libs\AceAddon-3.0\AceAddon-3.0.lua:539: in function EnableAddon' ...AddOns\Chinchilla\Libs\AceAddon-3.0\AceAddon-3.0.lua:629: in function <...AddOns\Chinchilla\Libs\AceAddon-3.0\AceAddon-3.0.lua:615> [C]: in functionLoadAddOn'
Interface\FrameXML\UIParent.lua:242: in function UIParentLoadAddOn' Interface\FrameXML\UIParent.lua:265: in functionCombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:519: in function <Interface\FrameXML\UIParent.lua:492>

Locals:

commented

Blizzard changed the skill/professions frame, so perhaps it has to do with that.

commented

Drat, that's probably the case. Will look into it.

commented

I'm betting the whole API changed for this, not really sure how to access profession information now. Anyone know?

commented

Nope, but I bet we can find out in the 4.01 FrameXML files. But I likely will only have time now next Friday.

commented

Perhaps you should also include the secondary professions checks? I'm the kind of player that often does not level Cooking and Fishing, and there's probably quests related to those. :p

commented

Oh hehe, my bad. Yeah that needs to be added.

commented

Fixed this, pushed changes.