From 8d35efaacf02d7f7411afcd6abd82713c7cf6620 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Tue, 23 Mar 2010 23:58:02 -0400 Subject: [PATCH] Added "Frosty Flying Carpet" to the Tailoring database --- Database/Tailoring.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Database/Tailoring.lua b/Database/Tailoring.lua index 50bb8de..56456ca 100644 --- a/Database/Tailoring.lua +++ b/Database/Tailoring.lua @@ -2069,6 +2069,11 @@ function addon:InitTailoring() AddRecipe(70553, 450, 49893, Q.EPIC, V.WOTLK, 450, 475, 487, 500) self:AddRecipeFlags(70553, F.ALLIANCE, F.HORDE, F.VENDOR, F.RBOP, F.IBOE, F.HEALER, F.CASTER, F.CLOTH, F.ASHEN_VERDICT) self:AddRecipeAcquire(70553, A.REPUTATION, FAC.ASHEN_VERDICT, REP.HONORED, 37687) + + -- Frosty Flying Carpet 75597 + AddRecipe(75597, 450, 54797, Q.EPIC, V.WOTLK, 450, 475, 487, 500) + self:AddRecipeFlags(75597, F.ALLIANCE, F.HORDE, F.VENDOR, F.RBOP, F.IBOE) + self:AddRecipeAcquire(75597, A.VENDOR, 40160) -- Some recipes are only availible to specific factions. -- We only add the faction specific recipes if the user is part of that faction -- 1.7.9.5