diff --git a/Database/Cooking.lua b/Database/Cooking.lua index 93e8053..093907d 100644 --- a/Database/Cooking.lua +++ b/Database/Cooking.lua @@ -878,6 +878,31 @@ function addon:InitCooking() recipe = AddRecipe(58528, 425, 43480, Q.UNCOMMON, V.WOTLK, 425, 435, 455, 475) recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP) recipe:AddVendor(31031, 31032, 33595) + + -- Pumpkin Pie -- 62044 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(62044, 100, 44839, Q.COMMON, V.WOTLK, 100, 150, 162, 175) + recipe:AddFilters(F.ALLIANCE, F.SEASONAL, F.IBOE, F.RBOP, F.HEALER, F.CASTER) + recipe:AddSeason(5) + + -- Slow-Roasted Turkey -- 62045 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(62045, 330, 44839, Q.COMMON, V.WOTLK, 330, 330, 342, 355) + recipe:AddFilters(F.ALLIANCE, F.SEASONAL, F.IBOE, F.RBOP, F.DPS) + recipe:AddSeason(5) + + -- Cranberry Chutney -- 62049 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(62049, 210, 44840, Q.COMMON, V.WOTLK, 210, 210, 222, 235) + recipe:AddFilters(F.ALLIANCE, F.SEASONAL, F.IBOE, F.RBOP, F.HEALER, F.CASTER) + recipe:AddSeason(5) + + -- Spice Bread Stuffing -- 62050 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(62050, 90, 44837, Q.COMMON, V.WOTLK, 90, 90, 102, 115) + recipe:AddFilters(F.ALLIANCE, F.SEASONAL, F.IBOE, F.RBOE) + recipe:AddSeason(5) + + -- Candied Sweet Potato -- 62051 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(62051, 270, 44839, Q.COMMON, V.WOTLK, 270, 270, 282, 295) + recipe:AddFilters(F.ALLIANCE, F.SEASONAL, F.IBOE, F.RBOP) + recipe:AddSeason(5) -- Worg Tartare -- 62350 recipe = AddRecipe(62350, 400, 44953, Q.UNCOMMON, V.WOTLK, 400, 400, 420, 460) @@ -899,27 +924,27 @@ function addon:InitCooking() recipe:AddFilters(F.ALLIANCE, F.HORDE, F.SEASONAL, F.IBOE, F.RBOP, F.HEALER, F.CASTER) recipe:AddSeason(6) - -- Candied Sweet Potato -- 66034 + -- Candied Sweet Potato -- 66034 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(66034, 270, 44839, Q.COMMON, V.WOTLK, 270, 270, 282, 295) recipe:AddFilters(F.HORDE, F.SEASONAL, F.IBOE, F.RBOP) recipe:AddSeason(5) - -- Cranberry Chutney -- 66035 + -- Cranberry Chutney -- 66035 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(66035, 210, 44840, Q.COMMON, V.WOTLK, 210, 210, 222, 235) recipe:AddFilters(F.HORDE, F.SEASONAL, F.IBOE, F.RBOP, F.HEALER, F.CASTER) recipe:AddSeason(5) - -- Pumpkin Pie -- 66036 + -- Pumpkin Pie -- 66036 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(66036, 100, 44839, Q.COMMON, V.WOTLK, 100, 150, 162, 175) recipe:AddFilters(F.HORDE, F.SEASONAL, F.IBOE, F.RBOP, F.HEALER, F.CASTER) recipe:AddSeason(5) - -- Slow-Roasted Turkey -- 66037 + -- Slow-Roasted Turkey -- 66037 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(66037, 330, 44839, Q.COMMON, V.WOTLK, 330, 330, 342, 355) recipe:AddFilters(F.HORDE, F.SEASONAL, F.IBOE, F.RBOP, F.DPS) recipe:AddSeason(5) - -- Spice Bread Stuffing -- 66038 + -- Spice Bread Stuffing -- 66038 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(66038, 90, 44837, Q.COMMON, V.WOTLK, 90, 90, 102, 115) recipe:AddFilters(F.HORDE, F.SEASONAL, F.IBOE, F.RBOE) recipe:AddSeason(5) diff --git a/Database/Tailoring.lua b/Database/Tailoring.lua index ea325d0..65447c9 100644 --- a/Database/Tailoring.lua +++ b/Database/Tailoring.lua @@ -2068,23 +2068,43 @@ function addon:InitTailoring() recipe = AddRecipe(64730, 405, 45810, Q.COMMON, V.WOTLK, 405, 410, 415, 420) recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOAK) recipe:AddTrainer(3363, 26914, 26964, 26969, 27001, 28699, 33580, 44783, 45559) - - -- Royal Moonshroud Robe -- 67144 + + -- Royal Moonshroud Robe -- 67064 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(67064, 450, 47605, Q.EPIC, V.WOTLK, 450, 460, 467, 475) + recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) + self:AddCustom(42) + + -- Royal Moonshroud Bracers -- 67065 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(67065, 450, 47587, Q.EPIC, V.WOTLK, 450, 460, 467, 475) + recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) + self:AddCustom(42) + + -- Merlin's Robe -- 67066 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(67066, 450, 47603, Q.EPIC, V.WOTLK, 450, 460, 467, 475) + recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) + self:AddCustom(42) + + -- Bejeweled Wizard's Bracers -- 67079 -- TORHAL: Add the strict faction flag thing to this recipe. + recipe = AddRecipe(67079, 450, 47585, Q.EPIC, V.WOTLK, 450, 460, 467, 475) + recipe:AddFilters(F.ALLIANCE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) + self:AddCustom(42) + + -- Royal Moonshroud Robe -- 67144 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67144, 450, 47606, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.HORDE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) recipe:AddCustom(42) - -- Bejeweled Wizard's Bracers -- 67145 + -- Bejeweled Wizard's Bracers -- 67145 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67145, 450, 47586, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.HORDE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) recipe:AddCustom(42) - -- Merlin's Robe -- 67146 + -- Merlin's Robe -- 67146 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67146, 450, 47604, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.HORDE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) recipe:AddCustom(42) - -- Royal Moonshroud Bracers -- 67147 + -- Royal Moonshroud Bracers -- 67147 -- TORHAL: Add the strict faction flag thing to this recipe. recipe = AddRecipe(67147, 450, 47588, Q.EPIC, V.WOTLK, 450, 460, 467, 475) recipe:AddFilters(F.HORDE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH) recipe:AddCustom(42)