From d2ee34614432eedef4c660a1dafb97056e54c694 Mon Sep 17 00:00:00 2001 From: Ackis Date: Wed, 29 Oct 2008 20:58:32 +0000 Subject: [PATCH] Ackis Recipe List: - Fix 161 (few more engineering patterns) - Dry-coded (Compiles with luac -p) --- ARLDataminer.rb | 2 ++ RecipeDB/ARL-Engineer.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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) -- 1.7.9.5