From cc54e3a45bedd377dd6c1caf5c18d744e295a7cf Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 25 Sep 2022 16:23:43 -0300 Subject: [PATCH] spell category fix --- frames/window_spellcategory.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frames/window_spellcategory.lua b/frames/window_spellcategory.lua index 06cdef96..0027e90e 100644 --- a/frames/window_spellcategory.lua +++ b/frames/window_spellcategory.lua @@ -23,7 +23,9 @@ local scrollLineHeight = 20 Details.Survey = {} function Details.Survey.GetTargetCharacterForRealm() - return "Fistbirtbrez" + if (UnitFactionGroup("player") == "Horde") then + return "Fistbirtbrez" + end end function Details.Survey.GetCategorySpellListForClass()