# HG changeset patch # User Vynn # Date 1478888847 18000 # Node ID b8686c36477fb2931cfdf798a800731bf19e73be # Parent 35c84e420f4a784773d168bf98b77eaa64086143 Fixed an issue that would occur when Mass Prospect/Milling were used with the tradeskill window CLOSED (via their respective recipie buttons). This did not occur with the tradeskill window open. diff -r 35c84e420f4a -r b8686c36477f ProspectMe.lua --- a/ProspectMe.lua Fri Nov 11 13:26:19 2016 -0500 +++ b/ProspectMe.lua Fri Nov 11 13:27:27 2016 -0500 @@ -83,6 +83,7 @@ elseif spell == MASS_PROSPECT_FELSLATE or spell == MASS_PROSPECT_LEYSTONE or spell == MASS_MILLING_YSERALLINE then MassMultiplier = 4 ParseResults = true + C_Timer.After(0.5, function () if ParseResults then ProspectMe.EndCapture() end end ) --Fallback if you're using the tradeskill buttons to craft with the window closed. if spell == MASS_PROSPECT_FELSLATE then ContainerID = 123919 end