comparison ReagentMaker.lua @ 27:fb02770b8b5e

Same as before (tortoisehg problem)
author contrebasse
date Thu, 28 Apr 2011 19:44:08 +0200
parents 578b9c9479c9
children 76414c6318ff
comparison
equal deleted inserted replaced
26:886be292feec 27:fb02770b8b5e
39 A.MenuFrame:Hide() 39 A.MenuFrame:Hide()
40 return 40 return
41 end 41 end
42 42
43 -- Scan availabe recipes 43 -- Scan availabe recipes
44 local ok = A:ScanSimpleRecipes() 44 -- Rescan in case of problem
45 if not A:ScanSimpleRecipes() then
46 t_throttle = SCAN_DELAY
47 self:SetScript("OnUpdate", throttleScan)
48 end
45 49
46 -- Show makables reagents 50 -- Show makables reagents
47 A.updateCounts(GetTradeSkillSelectionIndex()) 51 A.updateCounts(GetTradeSkillSelectionIndex())
48 end 52 end
49 end 53 end