Quantcast

Changed "Custom20" to "GOBLIN_ENG", and changed the string from "Goblin Transport" to "You need to be a Goblin Engineer to obtain and use this item."

pompachomp [12-06-09 - 01:58]
Changed "Custom20" to "GOBLIN_ENG", and changed the string from "Goblin Transport" to "You need to be a Goblin Engineer to obtain and use this item."
Changed "Custom21" to "GNOMISH_ENG", and changed the string from "Gnome Transport" to "You need to be a Gnomish Engineer to obtain and use this item."
In the Engineering database, for "Dimensional Ripper - Everlook, fixed the specialty, it was relating to Gnomish Engineering instead of Goblin Engineering, and used the correct custom string.
Filename
Locals/testenUS.lua
RecipeDB/ARL-Custom.lua
RecipeDB/ARL-Engineer.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 4c8b5c0..2f2b818 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -444,6 +444,8 @@ L["DAILY_COOKING_DAL"] = "Randomly obtained by completing the cooking daily ques
 -- Engineering Related
 L["ENG_GNOMER"] = "Dropped from mobs in Gnomeregan."
 L["ENG_FLOOR_ITEM_BRD"] = "The schematic can be found on the floor near Golem Lord Argelmach in Blackrock Depths. Only engineers with 300 skill may learn the schematic after clicking on it."
+L["GOBLIN_ENG"] = "You need to be a Goblin Engineer to obtain and use this item."
+L["GNOMISH_ENG"] = "You need to be a Gnomish Engineer to obtain and use this item."
 -- Default
 L["DEFAULT_RECIPE"] = "Learned by default when learning the profession."
 -- Crafted by other professions
@@ -471,8 +473,6 @@ L["TK_RANDOM"] = "Random drop from mobs in Tempest Keep: The Eye."
 L["ULDUAR_RANDOM"] = "Random drop off of Ulduar bosses."
 L["TOC25_RANDOM"] = "Random drop from the Trial of the Crusader, 25 man normal version."

-L["Custom20"] = "Goblin transport." -- Update
-L["Custom21"] = "Gnome transport." -- Update
 L["Custom35"] = "Drops from dragons in Ogri'la and Blade's Edge Mountains Summon Bosses"
 L["Custom36"] = "From a NPC in Dalaran sewers after doing The Taste Test" -- Update
 L["Custom41"] = "Removed from the game when Naxx 40 was taken out."
diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua
index e0d5702..e43f87f 100644
--- a/RecipeDB/ARL-Custom.lua
+++ b/RecipeDB/ARL-Custom.lua
@@ -59,6 +59,8 @@ function addon:InitCustom(CustomDB)
 	-- Engineering Related
 	self:addLookupList(CustomDB,16,L["ENG_GNOMER"],BZ["Gnomeregan"],0,0)
 	self:addLookupList(CustomDB,17,L["ENG_FLOOR_ITEM_BRD"],BZ["Blackrock Depths"],0,0)
+	self:addLookupList(CustomDB,20,L["GOBLIN_ENG"],"N/A")
+	self:addLookupList(CustomDB,21,L["GNOMISH_ENG"],"N/A")
 	-- Default
 	self:addLookupList(CustomDB,8,L["DEFAULT_RECIPE"],"N/A")
 	-- Crafted by other professions
@@ -86,8 +88,6 @@ function addon:InitCustom(CustomDB)
 	self:addLookupList(CustomDB,39,L["ULDUAR_RANDOM"],BZ["Ulduar"],0,0)
 	self:addLookupList(CustomDB,42,L["TOC25_RANDOM"],"N/A")

-	self:addLookupList(CustomDB,20,L["Custom20"],"N/A")
-	self:addLookupList(CustomDB,21,L["Custom21"],"N/A")
 	self:addLookupList(CustomDB,35,L["Custom35"],"N/A")
 	self:addLookupList(CustomDB,36,L["Custom36"],"N/A")
 	self:addLookupList(CustomDB,41,L["Custom41"],"N/A")
diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua
index 5735b57..63b9295 100644
--- a/RecipeDB/ARL-Engineer.lua
+++ b/RecipeDB/ARL-Engineer.lua
@@ -878,9 +878,9 @@ function addon:InitEngineering(RecipeDB)
 	self:addTradeAcquire(RecipeDB,23129,3,8920)

 	-- Dimensional Ripper - Everlook -- 23486
-	AddRecipe(23486,260,18984,2,GAME_ORIG,260,285,295,305,20219)
+	AddRecipe(23486,260,18984,2,GAME_ORIG,260,285,295,305,20222)
 	self:addTradeFlags(RecipeDB,23486,1,2,3,36,41)
-	self:addTradeAcquire(RecipeDB,23486,8,21)
+	self:addTradeAcquire(RecipeDB,23486,8,20)

 	-- Ultrasafe Transporter - Gadgetzan -- 23489
 	AddRecipe(23489,260,18986,2,GAME_ORIG,260,285,295,305,20219)