spell category fix

This commit is contained in:
Tercio Jose
2022-09-25 16:23:43 -03:00
parent 5a4bde60f1
commit cc54e3a45b
+3 -1
View File
@@ -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()