Quantcast

Fixed the acquire info for "Scrapbot Construction Kit".

pompachomp [09-06-09 - 09:28]
Fixed the acquire info for "Scrapbot Construction Kit".
Added the quest associated with obtaining that recipe.
Filename
Locals/testenUS.lua
RecipeDB/ARL-Engineer.lua
RecipeDB/ARL-Quest.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index a254ac9..5173ea4 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -1430,6 +1430,7 @@ L["The Journey Has Just Begun"] = true
 L["The Mithril Kid"] = true
 L["The Old Ways"] = true
 L["The Origins of Smithing"] = true
+L["The Prototype Console"] = true
 L["The Rescue"] = true
 L["The Spectral Chalice"] = true
 L["The Undermarket"] = true
diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua
index f9f5dd0..7b1dc6e 100644
--- a/RecipeDB/ARL-Engineer.lua
+++ b/RecipeDB/ARL-Engineer.lua
@@ -1365,8 +1365,8 @@ function addon:InitEngineering(RecipeDB)

 	-- Scrapbot Construction Kit -- 55252
 	self:addTradeSkill(RecipeDB,55252,415,40769,1,4036,nil,2,415,415,417,420)
-	self:addTradeFlags(RecipeDB,55252,1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
-	self:addTradeAcquire(RecipeDB,55252,1,26907,1,26955)
+	self:addTradeFlags(RecipeDB,55252,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41)
+	self:addTradeAcquire(RecipeDB,55252,4,12889)

 	-- Handful of Cobalt Bolts -- 56349
 	self:addTradeSkill(RecipeDB,56349,350,39681,1,4036,nil,1,350,360,370,380)
diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index 33cf172..cb122b2 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -132,6 +132,7 @@ function addon:InitQuest(QuestDB)
 	self:addLookupList(QuestDB,9635,L["The Zapthrottle Mote Extractor!"],BZONE["Zangarmarsh"],33.7,50.2,2)
 	self:addLookupList(QuestDB,9636,L["The Zapthrottle Mote Extractor!"],BZONE["Zangarmarsh"],68.6,50.2,1)
 	self:addLookupList(QuestDB,10860,L["Mok'Nathal Treats"],BZONE["Blade's Edge Mountains"],76.1,60.3,2)
+	self:addLookupList(QuestDB,12889,L["The Prototype Console"],BZONE["The Storm Peaks"],37.7,46.5,0)
 	self:addLookupList(QuestDB,13571,L["Fletcher's Lost and Found"],BZONE["Dalaran"],0,0,0)
 	self:addLookupList(QuestDB,13087,L["Northern Cooking"],BZONE["Howling Fjord"],58.2,62.1,1)
 	self:addLookupList(QuestDB,13088,L["Northern Cooking"],BZONE["Borean Tundra"],57.9,71.5,1)