From 5bbbcef4365cff4aa1aaea23cb64e94d38754f4c Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Thu, 8 Jan 2009 22:22:50 +0000 Subject: [PATCH] AckisRecipeList: - fixed babble zone reference (caused lua error) --- RecipeDB/ARL-Quest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua index 1beddb7..e82a5b2 100644 --- a/RecipeDB/ARL-Quest.lua +++ b/RecipeDB/ARL-Quest.lua @@ -100,7 +100,7 @@ function addon:InitQuest(QuestDB) self:addLookupList(QuestDB,5306,L["Snakestone of the Shadow Huntress"],BZONE["Winterspring"],61.41,37.04,0) self:addLookupList(QuestDB,5307,L["Corruption"],BZONE["Winterspring"],61.32,39.13,0) self:addLookupList(QuestDB,5518,L["The Gordok Ogre Suit"],BZONE["Dire Maul"],0,0,0) - self:addLookupList(QuestDB,6032,L["Sacred Cloth"],BZONE["Timbermaw Hold"],65.70,2.90,0) + self:addLookupList(QuestDB,6032,L["Sacred Cloth"],BZONE["Winterspring"],65.70,2.90,0) self:addLookupList(QuestDB,6622,L["Triage"],BZONE["Arathi Highlands"],72.97,35.39,2) self:addLookupList(QuestDB,6624,L["Triage"],BZONE["Dustwallow Marsh"],68.18,47.94,1) self:addLookupList(QuestDB,7321,L["Soothing Turtle Bisque"],BZONE["Hillsbrad Foothills"],62.60,20.30,2) -- 1.7.9.5