- Fixed Player Details Breakdown window not opening for new instalations.

This commit is contained in:
Tercioo
2019-01-30 14:36:09 -02:00
parent 05cb5eeaf2
commit e434a1a0c1
+1 -1
View File
@@ -4797,7 +4797,7 @@ function gump:CriaJanelaInfo()
alert.ArrowUP:Show()
alert.ArrowGlowUP:Show()
alert.Text:SetText (Loc ["STRING_INFO_TUTORIAL_COMPARISON1"])
alert:SetPoint ("bottom", tab, "top", 5, 28)
alert:SetPoint ("bottom", tab.widget or tab, "top", 5, 28)
alert:Show()
end