Results: 1Comments by: sjoer
File: LootLink PremadeDatabase (for Saeris's LootLink)12-10-06
Edit in LootLink_Tooltips.lua:...
Posted By: sjoer
Edit in LootLink_Tooltips.lua: GameTooltip.SetCraftItem = function(self, selectionIndex, id) LL_GameTooltipHooks.SetCraftItem(self, selectionIndex, id); local _, _, quantity = GetCraftReagentInfo(selectionIndex, id); LootLink:Tooltips_AddAllApplicableInfo(GetCraftReagent(selectionIndex, id), self, quantity); end...