Quantcast

Fix the ID's and whatnot for the new cooking recipes

ackis [01-11-09 - 07:37]
Fix the ID's and whatnot for the new cooking recipes
Filename
Locals/ARLLocals-enUS.lua
RecipeDB/ARL-Cook.lua
RecipeDB/ARL-Custom.lua
RecipeDB/ARL-Quest.lua
diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua
index db2e719..98d4a7a 100644
--- a/Locals/ARLLocals-enUS.lua
+++ b/Locals/ARLLocals-enUS.lua
@@ -347,12 +347,12 @@ L["Custom27"] = "MC Duder In BWL"
 L["Custom28"] = "BT trash/bosses"
 L["Custom29"] = "ZA bosses"
 L["Custom30"] = "Jandice in Scholo book appears"
-L["Custom31"] = "Blacksmith plans in Strath"
+L["Custom31"] = "Blacksmith plans in Stratholme"
 L["Custom32"] = "DM Tribute Run - Chest"
 L["Custom33"] = "World Dragons"
 L["Custom34"] = "Black Temple / Hyjal Trash Drop"
 L["Custom35"] = "Blade's Edge Mountains Summon Bosses"
---L["Custom33"] = ""
+L["Custom36"] = "From a NPC in Dalaran sewers after doing The Taste Test"

 -- Monster/Quest/Trainer/Vendor strings:

@@ -1603,3 +1603,4 @@ L["Cowardly Crosby"] = true
 L["Sacred Cloth"] = true
 L["Vengeful Ancient"] = true
 L["Molt Thorn"] = true
+L["Fletcher's Lost and Found"] = true
diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua
index a693c45..baf74cd 100644
--- a/RecipeDB/ARL-Cook.lua
+++ b/RecipeDB/ARL-Cook.lua
@@ -873,20 +873,20 @@ function addon:InitCooking(RecipeDB)
 	-- Kungaloosh -- 53056
 	recipecount = recipecount + 1
 	self:addTradeSkill(RecipeDB,53056,375,39520,1,2550)
-	self:addTradeFlags(RecipeDB,53056,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41)
-	self:addTradeAcquire(RecipeDB,53056,2,31031,2,31032)
+	self:addTradeFlags(RecipeDB,53056,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41)
+	self:addTradeAcquire(RecipeDB,53056,4,12645,8,36)

 	-- Fish Feast -- 57423
 	recipecount = recipecount + 1
-	self:addTradeSkill(RecipeDB,57423,450,43015,1, 2550)
+	self:addTradeSkill(RecipeDB,57423,450,43015,1,2550)
 	self:addTradeFlags(RecipeDB,57423,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41)
 	self:addTradeAcquire(RecipeDB,57423,2,31031,2,31032)

 	-- Worg Tartare --
 	recipecount = recipecount + 1
-	--self:addTradeSkill(RecipeDB,57423,450,43015,1, 2550)
-	--self:addTradeFlags(RecipeDB,57423,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41)
-	--self:addTradeAcquire(RecipeDB,57423,2,31031,2,31032)
+	self:addTradeSkill(RecipeDB,62350,400,44953,1, 2550)
+	self:addTradeFlags(RecipeDB,62350,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41)
+	self:addTradeAcquire(RecipeDB,62350,2,31031,2,31032)

 	end

diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua
index a5491ba..eb57660 100644
--- a/RecipeDB/ARL-Custom.lua
+++ b/RecipeDB/ARL-Custom.lua
@@ -65,7 +65,7 @@ function addon:InitCustom(CustomDB)
 	self:addLookupList(CustomDB, 33, L["Custom33"])
 	self:addLookupList(CustomDB, 34, L["Custom34"])
 	self:addLookupList(CustomDB, 35, L["Custom35"])
-	--self:addLookupList(CustomDB, 33, L["Custom33"])
+	self:addLookupList(CustomDB, 36, L["Custom36"])

 end

diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index e82a5b2..237b579 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -130,5 +130,6 @@ function addon:InitQuest(QuestDB)
 	self:addLookupList(QuestDB,9635,L["The Zapthrottle Mote Extractor!"],BZONE["Zangarmarsh"],34.38,51.47,2)
 	self:addLookupList(QuestDB,9636,L["The Zapthrottle Mote Extractor!"],BZONE["Zangarmarsh"],68.54,48.94,1)
 	self:addLookupList(QuestDB,10860,L["Mok'Nathal Treats"],BZONE["Blade's Edge Mountains"],76.33,61.69,2)
+	self:addLookupList(QuestDB,12645,L["Fletcher's Lost and Found"],BZONE["Dalaran"],0,0,0)

 end