Small bug fixes and improvements

This commit is contained in:
Tercio Jose
2022-10-10 13:26:13 -03:00
parent b588d5e30c
commit 1ed29008aa
119 changed files with 6556 additions and 6650 deletions
+2 -2
View File
@@ -398,7 +398,7 @@ function Details:StartMeUp() --I'll never stop!
function Details:OpenOptionsWindowAtStart()
--Details:OpenOptionsWindow (Details.tabela_instancias[1])
--print (_G ["DetailsClearSegmentsButton1"]:GetSize())
--print(_G ["DetailsClearSegmentsButton1"]:GetSize())
--Details:OpenCustomDisplayWindow()
--Details:OpenWelcomeWindow()
end
@@ -492,7 +492,7 @@ function Details:StartMeUp() --I'll never stop!
if (not DetailsFramework.IsClassicWow()) then
--i'm not in classc wow
else
print ("|CFFFFFF00[Details!]: you're using Details! for RETAIL on Classic WOW, please get the classic version (Details! Damage Meter Classic WoW), if you need help see our Discord (/details discord).")
print("|CFFFFFF00[Details!]: you're using Details! for RETAIL on Classic WOW, please get the classic version (Details! Damage Meter Classic WoW), if you need help see our Discord (/details discord).")
end
Details:InstallHook("HOOK_DEATH", Details.Coach.Client.SendMyDeath)