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()