Results: 1Comments by: nupogodi
File: Mass Deconstructor09/08/19
Here is the fix for refinement......
Posted By: nupogodi
Here is the fix for refinement... In AddOns\MassDeconstructor\MassDeconstructor.lua, line 465: if not MD.isDebug then SMITHING.refinementPanel:Extract() end becomes if not MD.isDebug then SMITHING.refinementPanel:ExtractAll() end You see, with MultiCrafting, ZoS exploded the Extract() function into ExtractAll, ExtractSingl...