General Updates.

- localizations updates.
- string bug fixes.
- coments updates.
This commit is contained in:
Tercio Jose
2019-09-07 19:17:06 -03:00
parent 5bd30e291f
commit 09cb8a7ab9
8 changed files with 20 additions and 11 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ local UnitGroupRolesAssigned = DetailsFramework.UnitGroupRolesAssigned
--> check unloaded files:
if (
-- version 1.21.0
not _G._detalhes.atributo_custom.damagedoneTooltip or
not _G._detalhes.atributo_custom.healdoneTooltip
) then
@@ -1881,7 +1880,7 @@ function _G._detalhes:Start()
if (not DetailsFramework.IsClassicWow()) then
print ("|CFFFFFF00[Details!]: Details! now has a separated version for Classic, Twitch app should give the right version, any issues report at Discord (/details discord).")
else
print ("|CFFFFFF00[Details!]: you're not using using the wrong version of Details!, please get the classic version, if you need help see our Discord (/details discord).")
print ("|CFFFFFF00[Details!]: you're using using the wrong version of Details!, please get the classic version, if you need help see our Discord (/details discord).")
end
end