Quantcast

In 3.3: Added "Rune of the Nerubian Carapace" to the Runeforging database.

pompachomp [12-15-09 - 17:29]
In 3.3: Added "Rune of the Nerubian Carapace" to the Runeforging database.
Added "Smelt Enchanted Thorium" to the Smelting database as it is now crafted by Miners also.
Filename
RecipeDB/Runeforging.lua
RecipeDB/Smelting.lua
diff --git a/RecipeDB/Runeforging.lua b/RecipeDB/Runeforging.lua
index 4c4c97e..baa469e 100644
--- a/RecipeDB/Runeforging.lua
+++ b/RecipeDB/Runeforging.lua
@@ -111,6 +111,11 @@ function addon:InitRuneforging(RecipeDB)
 	self:addTradeFlags(RecipeDB,62158, F_ALLIANCE, F_HORDE, F_TRAINER, F_DK, F_2H, F_RBOP, F_IBOP)
 	self:addTradeAcquire(RecipeDB,62158, A_TRAINER, 29194, A_TRAINER, 29196, A_TRAINER, 29195, A_TRAINER, 31084)

+	-- Rune of the Nerubian Carapace - 70164
+	AddRecipe(70164)
+	self:addTradeFlags(RecipeDB,70164, F_ALLIANCE, F_HORDE, F_TRAINER, F_DK, F_2H, F_RBOP, F_IBOP)
+	self:addTradeAcquire(RecipeDB,70164, A_TRAINER, 29194, A_TRAINER, 29196, A_TRAINER, 29195, A_TRAINER, 31084)
+
 	return num_recipes

 end
diff --git a/RecipeDB/Smelting.lua b/RecipeDB/Smelting.lua
index e509b80..75175f0 100644
--- a/RecipeDB/Smelting.lua
+++ b/RecipeDB/Smelting.lua
@@ -209,6 +209,11 @@ function addon:InitSmelting(RecipeDB)
 	AddRecipe(46353,375,35128,3,1,0,0,0,375)
 	self:addTradeFlags(RecipeDB,46353,1,2,6,36,41)
 	self:addTradeAcquire(RecipeDB,46353,8,24)
+
+	-- Smelt Enchanted Thorium -- 70524
+	AddRecipe(70524,250,12655,1,2,250,250,255,260)
+	self:addTradeFlags(RecipeDB,70524,1,2,F_TRAINER,36,41)
+	self:addTradeAcquire(RecipeDB,70524,A_TRAINER,28698)

 	return num_recipes