Ignore Forgeborne Reveries healing done

This commit is contained in:
Tercio Jose
2021-02-17 11:51:19 -03:00
parent 85038b0fec
commit 8b3165a830
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function Details:OpenProfiler()
end
f:Hide()
end
local confirm = Details.gump:NewButton (f, f, "DetailsProfilerProfileConfirmButton", "button", 150, 20, confirm_func, nil, nil, nil, "okey!")
local confirm = Details.gump:NewButton (f, f, "DetailsProfilerProfileConfirmButton", "button", 150, 20, confirm_func, nil, nil, nil, "Okey!")
confirm:SetPoint (50, -250)
confirm:InstallCustomTexture()
end