Quantcast

Added two new vendors and fixed acquire for "Glyph of Colossus Smash"

mike [02-08-11 - 17:33]
Added two new vendors and fixed acquire for "Glyph of Colossus Smash"
Filename
Database/Inscription.lua
Database/Vendor.lua
diff --git a/Database/Inscription.lua b/Database/Inscription.lua
index 8083cec..db208f1 100644
--- a/Database/Inscription.lua
+++ b/Database/Inscription.lua
@@ -2146,7 +2146,7 @@ function addon:InitInscription()
 	-- Glyph of Colossus Smash -- 89815
 	AddRecipe(89815, 430, 63481, Q.COMMON, V.CATA, 430, 430, 435, 440)
 	self:AddRecipeFlags(89815, F.VENDOR, F.RBOE, F.IBOE, F.ALLIANCE, F.HORDE, F.WARRIOR)
-	self:AddRecipeVendor(89815, 28723)
+	self:AddRecipeVendor(89815, 49703, 50248)

 	-- Vanishing Powder -- 92026
 	AddRecipe(92026, 75, 64670, Q.COMMON, V.CATA, 75, 90, 100, 110)
diff --git a/Database/Vendor.lua b/Database/Vendor.lua
index d88cb66..c48a16c 100644
--- a/Database/Vendor.lua
+++ b/Database/Vendor.lua
@@ -389,10 +389,12 @@ function addon:InitVendor(DB)
 	AddVendor(37687,	L["Alchemist Finklestein"],		BZ["Icecrown Citadel"],		   0,	 0, NEUTRAL)
 	AddVendor(40160,	L["Frozo the Renowned"],		BZ["Dalaran"],			41.0, 28.5, NEUTRAL)
 	AddVendor(49701,	L["Bario Matalli"],			BZ["Stormwind City"], 		50.9, 71.4, ALLIANCE)
+	AddVendor(49703,	L["Casandra Downs"],			BZ["Twilight Highlands"],	78.6, 76.2, ALLIANCE)
 	AddVendor(49737,	L["Shazdar"],				BZ["Orgrimmar"],		57.2, 62.0, HORDE)
 	AddVendor(50134,	L["Senthii"],				BZ["Twilight Highlands"],	78.7, 77.0, ALLIANCE)
 	AddVendor(50146,	L["Agatian Fallanos"],			BZ["Twilight Highlands"],	76.7, 49.5, HORDE)
 	AddVendor(50172,	L["Threm Blackscalp"],			BZ["Twilight Highlands"],	75.2, 50.1, HORDE)
+	AddVendor(50248,	L["Una Kobuna"],			BZ["Twilight Highlands"],	76.6, 49.4, HORDE)
 	AddVendor(50375,	L["Kuldar Steeltooth"],			BZ["Twilight Highlands"],	77.3, 53.1, HORDE)
 	AddVendor(50381,	L["Misty Merriweather"],			BZ["Twilight Highlands"],	78.8, 76.2, ALLIANCE)
 	AddVendor(50382,	L["Brundall Chiselgut"],			BZ["Twilight Highlands"],	79.1, 76.5, ALLIANCE)