I am an idiot, and it took me about 200 revisions to realize it.
ackis [01-15-09 - 22:44]
I am an idiot, and it took me about 200 revisions to realize it.
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.