Quantcast

Removed "Laird" from the Vendor database and marked the recipe he used to sell as removed from the game

mike [01-19-11 - 16:57]
Removed "Laird" from the Vendor database and marked the recipe he used to sell as removed from the game
Filename
Database/Cooking.lua
Database/Vendor.lua
Locales/devel-enUS.lua
diff --git a/Database/Cooking.lua b/Database/Cooking.lua
index 9611f81..8c2d469 100644
--- a/Database/Cooking.lua
+++ b/Database/Cooking.lua
@@ -205,8 +205,8 @@ function addon:InitCooking()

 	-- Fillet of Frenzy -- 6415
 	AddRecipe(6415, 50, 5476, Q.COMMON, V.ORIG, 50, 90, 110, 130)
-	self:AddRecipeFlags(6415, F.ALLIANCE, F.VENDOR, F.IBOE, F.RBOE, F.HEALER, F.CASTER)
-	self:AddRecipeVendor(6415, 4200)
+	self:AddRecipeFlags(6415, F.ALLIANCE, F.VENDOR, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER)
+	self:AddRecipeAcquire(6415, A.CUSTOM, 48)

 	-- Strider Stew -- 6416
 	AddRecipe(6416, 50, 5477, Q.COMMON, V.ORIG, 50, 90, 110, 130)
diff --git a/Database/Vendor.lua b/Database/Vendor.lua
index c742929..fb620ac 100644
--- a/Database/Vendor.lua
+++ b/Database/Vendor.lua
@@ -134,7 +134,6 @@ function addon:InitVendor(DB)
 	AddVendor(4168,		L["Elynna"],				BZ["Darnassus"],		64.4, 21.6, ALLIANCE)
 	AddVendor(4186,		L["Mavralyn"],				BZ["Darkshore"],		37.0, 41.2, ALLIANCE)
 	AddVendor(4189,		L["Valdaron"],				BZ["Darkshore"],		38.1, 40.6, ALLIANCE)
-	AddVendor(4200,		L["Laird"],				BZ["Darkshore"],		36.8, 44.3, ALLIANCE)
 	AddVendor(4223,		L["Fyldan"],				BZ["Darnassus"],		48.6, 21.4, ALLIANCE)
 	AddVendor(4225,		L["Saenorion"],				BZ["Darnassus"],		63.8, 22.1, ALLIANCE)
 	AddVendor(4226,		L["Ulthir"],				BZ["Darnassus"],		56.0, 24.6, ALLIANCE)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index ace30be..e4dece1 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -1019,7 +1019,6 @@ L["Kylene"] = true
 L["Kzixx"] = true
 L["Lady Alistra"] = true
 L["Lady Palanseer"] = true
-L["Laird"] = true
 L["Lalla Brightweave"] = true
 L["Landraelanis"] = true
 L["Lanolis Dewdrop"] = true