From 2b6326f87495a1354b2146a1fbe117505569fb32 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 15 Jan 2009 22:44:29 +0000 Subject: [PATCH] I am an idiot, and it took me about 200 revisions to realize it. --- AckisRecipeList.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 9f0f049..21c0a09 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1372,6 +1372,26 @@ end do + local RecipeList = nil + + local CustomList = nil + local MobList = nil + local QuestList = nil + local ReputationList = nil + local TrainerList = nil + local SeasonalList = nil + local VendorList = nil + local RepFilters = nil + local AllSpecialtiesTable = nil + local SpecialtyTable = nil + + local playerData = nil + + local tradewindowopened = false + + -- Variables for getting the locations + local locationlist = nil + local locationchecklist = nil -- Description: Determines all the locations a given recipe can be obtained -- Expected result: Listing of all locations for a given recipe are provided. -- 1.7.9.5