Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-20-20, 02:45 PM   #1
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
TradeSkill recipes now can have optional ingredients

Has anyone deciphered how to get information about these optional ingredients? In Blizzard_TradeSkillDetails.lua (around line 541) I found:

Code:
		local optionalReagentSlots = C_TradeSkillUI.GetOptionalReagentInfo(self.selectedRecipeID);
		local numOptionalReagentSlots = #optionalReagentSlots;
		local hasOptionalReagentSlots = numOptionalReagentSlots > 0;
After that, my head starts to hurt trying to decipher anymore.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » TradeSkill recipes now can have optional ingredients


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off