#0 - Oct. 10, 2010, 11:52 p.m.
Q u o t e:
You can actually check on this yourself. Run these two scripts in your chat, one after the other, in the order posted. They should tell you which quests you still need to complete.
/run f,z=CreateFrame('frame'),{[485]='The Hinterlands',[351]='Tanaris',[2766]='Feralas'};f:RegisterEvent('QUEST_QUERY_COMPLETE')
/run local s,t;f:SetScript('OnEvent',function() t=GetQuestsCompleted();for c,v in pairs(z) do if t[c] then s='' else s=' not' end print('You have'..s,'found OOX in',v) end end);QueryQuestsCompleted()