More fixes for Dragonflight

This commit is contained in:
Tercio Jose
2022-09-08 18:22:18 -03:00
parent aaa5a149c2
commit d6e0e27aa3
8 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
local dversion = 347
local dversion = 348
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -2451,7 +2451,7 @@ end
options_frame:SetPoint ("center", UIParent, "center")
options_frame.TitleText:SetText (title)
options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]])
--options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]])
return options_frame