Quantcast

Added seasonal acquire data to the following recipes: Festive Red Pant Suit, Festival Dress, Green Winter Clothes, Red Winter Clothes.

pompachomp [12-03-09 - 22:14]
Added seasonal acquire data to the following recipes: Festive Red Pant Suit, Festival Dress, Green Winter Clothes, Red Winter Clothes.
Added the Alliance flag to the "Green Winter Clothes" recipe because even though it's sold in Horde territory, the vendor is friendly to Alliance as well.  Added the "Seasonal" flag to "Green Winter Clothes" as well.
Filename
RecipeDB/ARL-Tailor.lua
diff --git a/RecipeDB/ARL-Tailor.lua b/RecipeDB/ARL-Tailor.lua
index 9e8d253..945ec57 100644
--- a/RecipeDB/ARL-Tailor.lua
+++ b/RecipeDB/ARL-Tailor.lua
@@ -1339,12 +1339,12 @@ function addon:InitTailoring(RecipeDB)
 	-- Festival Dress -- 26403
 	AddRecipe(26403,250,21154,2,GAME_ORIG,250,265,280,295)
 	self:addTradeFlags(RecipeDB,26403,1,2,4,7,36,41,56)
-	self:addTradeAcquire(RecipeDB,26403,5,2,2,15909)
+	self:addTradeAcquire(RecipeDB,26403,5,2,2,15909, A_SEASONAL, 2)

 	-- Festive Red Pant Suit -- 26407
 	AddRecipe(26407,250,21542,2,GAME_ORIG,250,265,280,295)
 	self:addTradeFlags(RecipeDB,26407,1,2,4,7,36,41)
-	self:addTradeAcquire(RecipeDB,26407,5,2,2,15909)
+	self:addTradeAcquire(RecipeDB,26407,5,2,2,15909, A_SEASONAL, 2)

 	-- Bolt of Netherweave -- 26745
 	AddRecipe(26745,300,21840,1,1,300,305,315,325)
@@ -1813,13 +1813,13 @@ function addon:InitTailoring(RecipeDB)

 	-- Green Winter Clothes -- 44950
 	AddRecipe(44950,250,34087,2,1,250,250,250,250)
-	self:addTradeFlags(RecipeDB,44950,2,4,36,41,56)
-	self:addTradeAcquire(RecipeDB,44950,2,13420)
+	self:addTradeFlags(RecipeDB,44950,1,2,4,7,36,41,56)
+	self:addTradeAcquire(RecipeDB,44950,2,13420, A_SEASONAL, 1)

 	-- Red Winter Clothes -- 44958
 	AddRecipe(44958,250,34085,2,1,250,250,250,250)
 	self:addTradeFlags(RecipeDB,44958,1,2,4,36,41,56)
-	self:addTradeAcquire(RecipeDB,44958,2,13433)
+	self:addTradeAcquire(RecipeDB,44958,2,13433, A_SEASONAL, 1)

 	-- Sunfire Handwraps -- 46128
 	AddRecipe(46128,365,34366,4,1,365,375,392,410)