public
Description: WoW Powerleveling addon
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/tourguide.git
Click here to lend your support to: tourguide and make a donation at www.pledgie.com !
Fix resetting a guide not clearing QIDs
tekkub (author)
Sun Jun 08 14:46:32 -0700 2008
commit  ab2a8aba93ff2858bbd18ba26a43a3194f104e24
tree    0aa3fdaee109c683b714df1dd9eb82bfab312386
parent  84b2e0a7949ea13aafd52c4d840bc8f7df9b406e
...
17
18
19
 
20
21
22
...
17
18
19
20
21
22
23
0
@@ -17,6 +17,7 @@ frame:SetScript("OnShow", function()
0
     if IsShiftKeyDown() then
0
       TourGuide.db.char.completion[self.guide] = nil
0
       TourGuide.db.char.turnins[self.guide] = {}
0
+ for qid in string.gmatch(TourGuide.guides[self.guide](), "|QID|(%d+)|") do TourGuide.turnedinquests[tonumber(qid)] = nil end
0
       TourGuide:UpdateGuidesPanel()
0
       GameTooltip:Hide()
0
     else

Comments

    No one has commented yet.