From 849e1e7d28e923abd1e180312927ce98d0042a4a Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 8 Mar 2011 00:19:37 -0500 Subject: [PATCH] For the "Forged Document" recipes, since they can only be obtained/used by a specific faction, make the entry only load for the given faction --- Database/Inscription.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/Inscription.lua b/Database/Inscription.lua index 664791b..e40d0a6 100644 --- a/Database/Inscription.lua +++ b/Database/Inscription.lua @@ -2250,12 +2250,12 @@ function addon:InitInscription() recipe:AddTrainer(28702, 30706, 30711, 30713, 30715, 30717, 46716) -- Forged Documents -- 86654 - recipe = AddRecipe(86654, 500, 63276, Q.COMMON, V.CATA, 500, 510, 522, 535) + recipe = AddRecipe(86654, 500, 63276, Q.COMMON, V.CATA, 500, 510, 522, 535, "Horde") recipe:AddFilters(F.HORDE, F.TRAINER, F.IBOE, F.RBOE) recipe:AddTrainer(28702, 30706, 30711, 46716) -- Forged Documents -- 89244 - recipe = AddRecipe(89244, 500, 62056, Q.COMMON, V.CATA, 500, 510, 522, 535) + recipe = AddRecipe(89244, 500, 62056, Q.COMMON, V.CATA, 500, 510, 522, 535, "Alliance") recipe:AddFilters(F.ALLIANCE, F.TRAINER, F.IBOE, F.RBOE) recipe:AddTrainer(28702, 30713, 30715, 30717, 46716) -- 1.7.9.5