Quantcast

Scanned the trainer "Kirembri Silvermane" ... The Jewelcrafting recipes: "Pendant of the Agate Shield", "Heavy Iron Knuckles", and "Blazing Citrine Ring" are now available from JC trainers as well.

mike [05-26-11 - 05:30]
Scanned the trainer "Kirembri Silvermane" ... The Jewelcrafting recipes: "Pendant of the Agate Shield", "Heavy Iron Knuckles", and "Blazing Citrine Ring" are now available from JC trainers as well.
Filename
Database/Recipes/Jewelcrafting.lua
Database/Trainers/Jewelcrafting.lua
Database/Vendor.lua
diff --git a/Database/Recipes/Jewelcrafting.lua b/Database/Recipes/Jewelcrafting.lua
index 202a5ef..11488aa 100644
--- a/Database/Recipes/Jewelcrafting.lua
+++ b/Database/Recipes/Jewelcrafting.lua
@@ -164,7 +164,8 @@ function addon:InitJewelcrafting()
 	recipe:SetRecipeItemID(20970)
 	recipe:SetCraftedItemID(20950)
 	recipe:SetSkillLevels(120, 120, 150, 165, 180)
-	recipe:AddFilters(F.ALLIANCE, F.VENDOR, F.IBOE, F.RBOE, F.TANK, F.NECK)
+	recipe:AddFilters(F.ALLIANCE, F.TRAINER, F.VENDOR, F.IBOE, F.RBOE, F.TANK, F.NECK)
+	recipe:AddTrainer(33637)
 	recipe:AddVendor(1448)

 	-- Heavy Iron Knuckles -- 25612
@@ -172,7 +173,8 @@ function addon:InitJewelcrafting()
 	recipe:SetRecipeItemID(20971)
 	recipe:SetCraftedItemID(20954)
 	recipe:SetSkillLevels(125, 125, 155, 170, 185)
-	recipe:AddFilters(F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.DPS, F.ONE_HAND, F.FIST)
+	recipe:AddFilters(F.HORDE, F.TRAINER, F.VENDOR, F.IBOE, F.RBOE, F.DPS, F.ONE_HAND, F.FIST)
+	recipe:AddTrainer(33637)
 	recipe:AddLimitedVendor(2393, 1)

 	-- Golden Dragon Ring -- 25613
@@ -194,7 +196,8 @@ function addon:InitJewelcrafting()
 	recipe:SetRecipeItemID(20973)
 	recipe:SetCraftedItemID(20958)
 	recipe:SetSkillLevels(150, 150, 180, 195, 210)
-	recipe:AddFilters(F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.RING)
+	recipe:AddFilters(F.HORDE, F.TRAINER, F.VENDOR, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.RING)
+	recipe:AddTrainer(33637)
 	recipe:AddLimitedVendor(9636, 1)

 	-- Jade Pendant of Blasting -- 25618
@@ -522,7 +525,7 @@ function addon:InitJewelcrafting()
 	recipe:SetCraftedItemID(23103)
 	recipe:SetSkillLevels(300, 300, 300, 320, 340)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.CASTER)
-	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33680)
+	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33637, 33680)

 	-- Jagged Deep Peridot -- 28917
 	recipe = AddRecipe(28917, V.TBC, Q.COMMON)
@@ -546,7 +549,7 @@ function addon:InitJewelcrafting()
 	recipe:SetCraftedItemID(23108)
 	recipe:SetSkillLevels(300, 300, 300, 320, 340)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.HEALER, F.CASTER)
-	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33680)
+	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33637, 33680)

 	-- Purified Shadow Draenite -- 28927
 	recipe = AddRecipe(28927, V.TBC, Q.UNCOMMON)
@@ -602,7 +605,7 @@ function addon:InitJewelcrafting()
 	recipe:SetCraftedItemID(23118)
 	recipe:SetSkillLevels(300, 300, 300, 320, 340)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP)
-	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33680)
+	recipe:AddTrainer(18774, 19063, 19539, 26915, 26960, 26982, 26997, 28701, 33614, 33637, 33680)

 	-- Sparkling Azure Moonstone -- 28953
 	recipe = AddRecipe(28953, V.TBC, Q.COMMON)
diff --git a/Database/Trainers/Jewelcrafting.lua b/Database/Trainers/Jewelcrafting.lua
index 2a379df..125655c 100644
--- a/Database/Trainers/Jewelcrafting.lua
+++ b/Database/Trainers/Jewelcrafting.lua
@@ -21,7 +21,7 @@ function private:InitializeJewelcraftingTrainers()
 	self:AddTrainer(28701, "Timothy Jones", "Dalaran", 40.5, 35.2, "Neutral")
 	self:AddTrainer(33590, "Oluros", "Icecrown", 71.5, 20.8, "Neutral")
 	self:AddTrainer(33614, 51311, "Shattrath City", 43.6, 90.8, "Neutral")
-	self:AddTrainer(33637, "Kirembri Silvermane", "Shattrath City", 58.1, 75.0, "Neutral")
+	self:AddTrainer(33637, "Kirembri Silvermane", "Shattrath City", 58.1, 75.0, "Neutral") -- COMPLETELY UPDATED
 	self:AddTrainer(33680, "Nemiha", "Shattrath City", 36.1, 47.7, "Neutral")
 	self:AddTrainer(44582, "Theresa Denman", "Stormwind City", 63.5, 61.6, "Alliance") -- COMPLETELY UPDATED
 	self:AddTrainer(46675, "Lugrah", "Orgrimmar", 72.49, 34.31, "Horde")
diff --git a/Database/Vendor.lua b/Database/Vendor.lua
index 9149ef9..dbb768a 100644
--- a/Database/Vendor.lua
+++ b/Database/Vendor.lua
@@ -369,7 +369,7 @@ function addon:InitVendor(DB)
 	AddVendor(33594,	L["Fizzix Blastbolt"],			BZ["Icecrown"],				72.2, 20.9, "Neutral")
 	AddVendor(33595,	L["Mera Mistrunner"],			BZ["Icecrown"],				72.4, 20.9, "Neutral")
 	AddVendor(33602,	L["Anuur"],				BZ["Icecrown"],				71.4, 20.8, "Neutral")
-	AddVendor(33637,	L["Kirembri Silvermane"],		BZ["Shattrath City"],			58.1, 75.0, "Neutral")
+	AddVendor(33637,	L["Kirembri Silvermane"],		BZ["Shattrath City"],			58.1, 75.0, "Neutral") -- COMPLETELY UPDATED
 	AddVendor(33680,	L["Nemiha"],				BZ["Shattrath City"],			36.1, 47.7, "Neutral")
 	AddVendor(35826,	L["Kaye Toogie"],			BZ["Dalaran"],				34.0, 35.6, "Neutral")
 	AddVendor(37687,	L["Alchemist Finklestein"],		BZ["Icecrown Citadel"],			   0,	 0, "Neutral")