Quantcast

Added Timothy Jones into the VendorDB since he sells the new Epic gem designs now, and Added Nightmare Tear into the Jewelcrafting database.

pompachomp [08-07-09 - 14:39]
Added Timothy Jones into the VendorDB since he sells the new Epic gem designs now, and Added Nightmare Tear into the Jewelcrafting database.
Filename
RecipeDB/ARL-Jewelcraft.lua
RecipeDB/ARL-Vendor.lua
diff --git a/RecipeDB/ARL-Jewelcraft.lua b/RecipeDB/ARL-Jewelcraft.lua
index 593def7..8044420 100644
--- a/RecipeDB/ARL-Jewelcraft.lua
+++ b/RecipeDB/ARL-Jewelcraft.lua
@@ -2815,7 +2815,12 @@ function addon:InitJewelcrafting(RecipeDB)
 		self:addTradeFlags(RecipeDB,66433,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41)
 		self:addTradeAcquire(RecipeDB,66433,2,28721,2,33602)

-		return 554
+		-- Nightmare Tear -- 68253
+		self:addTradeSkill(RecipeDB,68253,450,49110,2,25229,nil,2,450,450,450,450)
+		self:addTradeFlags(RecipeDB,68253,1,2,4,21,22,23,24,25,26,27,28,29,30,37,41)
+		self:addTradeAcquire(RecipeDB,68253,2,28701)
+
+		return 555

 	else

diff --git a/RecipeDB/ARL-Vendor.lua b/RecipeDB/ARL-Vendor.lua
index 1f26f2a..4bde0fd 100644
--- a/RecipeDB/ARL-Vendor.lua
+++ b/RecipeDB/ARL-Vendor.lua
@@ -368,6 +368,7 @@ function addon:InitVendor(VendorDB)
 	self:addLookupList(VendorDB,27054,L["Modoru"],BZONE["Dragonblight"],38.46,56.93,1)
 	self:addLookupList(VendorDB,27147,L["Librarian Erickson"],BZONE["Borean Tundra"],45.94,32.68,0)
 	self:addLookupList(VendorDB,27666,L["Ontuvo"],BZONE["Shattrath City"],48.7,41.3,0)
+	self:addLookupList(VendorDB,28701,L["Timothy Jones"],BZONE["Dalaran"],36.24,30.08,0)
 	self:addLookupList(VendorDB,28714,L["Ildine Sorrowspear"],BZONE["Dalaran"],39.21,41.02,0)
 	self:addLookupList(VendorDB,28721,L["Tiffany Cartier"],BZONE["Dalaran"],40.5,34.4,0)
 	self:addLookupList(VendorDB,28722,L["Bryan Landers"],BZONE["Dalaran"],38.90,25.50,0)