From 42696632a8a064f00a12ea8d6d1ccdb0424a6200 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sat, 26 Sep 2009 14:56:09 +0000 Subject: [PATCH] Fixed the faction checks for the Trial of the Crusader recipes in the Engineering database. They weren't showing up on non-enUS clients. --- AckisRecipeList.lua | 1 - RecipeDB/ARL-Engineer.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 86ef884..f9a5fae 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -11,7 +11,6 @@ Project version: @project-version@ Author: Ackis, Zhinjio, Jim-Bim, Torhal, Pompy - ************************************************************************ Please see http://www.wowace.com/projects/arl/for more information. diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua index 7b1dc6e..6bb3d56 100644 --- a/RecipeDB/ARL-Engineer.lua +++ b/RecipeDB/ARL-Engineer.lua @@ -1589,7 +1589,7 @@ function addon:InitEngineering(RecipeDB) -- Some recipes are only availible to specific factions. -- We only add the faction specific recipes if the user is part of that faction local BFAC = LibStub("LibBabble-Faction-3.0"):GetLookupTable() - local faction = UnitFactionGroup("player") + local _,faction = UnitFactionGroup("player") -- Counter for how many faction specific recipes we have local factioncount = 0 -- 1.7.9.5