Quantcast

Revert the change to the tailoring DB. This is getting ugly and not sure what the ultimate purpose is. Making things that cannot be obtained into an obtain type makes me think that I need serious psychological aid.

John Pasula [02-08-11 - 17:55]
Revert the change to the tailoring DB.  This is getting ugly and not sure what the ultimate purpose is.  Making things that cannot be obtained into an obtain type makes me think that I need serious psychological aid.
Filename
Database/Tailoring.lua
diff --git a/Database/Tailoring.lua b/Database/Tailoring.lua
index 79222fb..a974639 100644
--- a/Database/Tailoring.lua
+++ b/Database/Tailoring.lua
@@ -706,8 +706,8 @@ function addon:InitTailoring()
 	-- Shadoweave Mask -- 12086
 	AddRecipe(12086, 245, 10025, Q.UNCOMMON, V.ORIG, 245, 260, 275, 290)
 	self:AddRecipeFlags(12086, F.ALLIANCE, F.HORDE, F.QUEST, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH)
-	--self:AddRecipeAcquire(12086, A.CUSTOM, 48)
-	self:AddRecipeRetired(12086)
+	self:AddRecipeAcquire(12086, A.CUSTOM, 48)
+	--self:AddRecipeRetired(12086)

 	-- Cindercloth Boots -- 12088
 	AddRecipe(12088, 245, 10044, Q.COMMON, V.ORIG, 245, 260, 275, 290)