Quantcast

Ackis Recipe List:

Ackis [10-29-08 - 20:58]
Ackis Recipe List:
- Fix 161 (few more engineering patterns)
- Dry-coded (Compiles with luac -p)
Filename
ARLDataminer.rb
RecipeDB/ARL-Engineer.lua
diff --git a/ARLDataminer.rb b/ARLDataminer.rb
index 94a0841..734752d 100644
--- a/ARLDataminer.rb
+++ b/ARLDataminer.rb
@@ -1244,6 +1244,8 @@ else
 		41320 => {:id => "class", :type => [24, 26, 29]},
 		41321 => {:id => "class", :type => [26]},
 		8895 => {:id => "specialty", :type => 20222},
+		12715 => {:id => "specialty", :type => 20222},
+		12716 => {:id => "specialty", :type => 20222},
 		12717 => {:id => "specialty", :type => 20222},
 		12718 => {:id => "specialty", :type => 20222},
 		12754 => {:id => "specialty", :type => 20222},
diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua
index 949384a..43c660e 100644
--- a/RecipeDB/ARL-Engineer.lua
+++ b/RecipeDB/ARL-Engineer.lua
@@ -847,7 +847,7 @@ function addon:InitEngineering(RecipeDB)
 	-- Flags: All classes, Item BoE, Recipe BoP,
 	-- Item Stats:
 	recipecount = recipecount + 1
-	self:addTradeSkill(RecipeDB, 12715, 205, 10644, 1, 4036)
+	self:addTradeSkill(RecipeDB, 12715, 205, 10644, 1, 4036, 20222)
 	self:addTradeFlags(RecipeDB, 12715, 1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
 	self:addTradeAcquire(RecipeDB, 12715, 1, 8126)

@@ -856,7 +856,7 @@ function addon:InitEngineering(RecipeDB)
 	-- Flags: All classes, Item BoE, Recipe BoP, Armor, Trinket,
 	-- Item Stats:
 	recipecount = recipecount + 1
-	self:addTradeSkill(RecipeDB, 12716, 205, 10577, 1, 4036)
+	self:addTradeSkill(RecipeDB, 12716, 205, 10577, 1, 4036, 20222)
 	self:addTradeFlags(RecipeDB, 12716, 1,2,3,21,22,23,24,25,26,27,28,29,30,36,41,47,63)
 	self:addTradeAcquire(RecipeDB, 12716, 1, 8126)