comparison ProspectMe.lua @ 43:b8686c36477f Prospect Me 2 v2.7.1.0-Beta

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.
author Vynn <mischivin@gmail.com>
date Fri, 11 Nov 2016 13:27:27 -0500
parents 97fe62d4385d
children b267cddd6496
comparison
equal deleted inserted replaced
42:35c84e420f4a 43:b8686c36477f
81 MassMultiplier = 1 81 MassMultiplier = 1
82 ParseResults = true 82 ParseResults = true
83 elseif spell == MASS_PROSPECT_FELSLATE or spell == MASS_PROSPECT_LEYSTONE or spell == MASS_MILLING_YSERALLINE then 83 elseif spell == MASS_PROSPECT_FELSLATE or spell == MASS_PROSPECT_LEYSTONE or spell == MASS_MILLING_YSERALLINE then
84 MassMultiplier = 4 84 MassMultiplier = 4
85 ParseResults = true 85 ParseResults = true
86 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.
86 if spell == MASS_PROSPECT_FELSLATE then 87 if spell == MASS_PROSPECT_FELSLATE then
87 ContainerID = 123919 88 ContainerID = 123919
88 end 89 end
89 if spell == MASS_PROSPECT_LEYSTONE then 90 if spell == MASS_PROSPECT_LEYSTONE then
90 ContainerID = 123918 91 ContainerID = 123918