Quantcast

AckisRecipeList:

Jim-Bim [01-08-09 - 22:22]
AckisRecipeList:
- fixed babble zone reference (caused lua error)
Filename
RecipeDB/ARL-Quest.lua
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)