Fixed bookmark panel where sometimes it gives errors, version number correction and fixed the classic version warning.

This commit is contained in:
Tercioo
2019-08-17 09:50:52 -03:00
parent 59f6be7454
commit 5bd30e291f
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1879,9 +1879,9 @@ function _G._detalhes:Start()
--show warning message about classic beta
if (not DetailsFramework.IsClassicWow()) then
print ("|CFFFFFF00[Details!]: this version of Details! is being ported to Classic WoW, bugs may appear here on BfA, report at Discord (/details discord).")
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!]: thanks for testing Details! Damage Meter for Classic WoW, report bugs at Discord (/details discord).")
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).")
end
end