diff --git a/boot.lua b/boot.lua index e1e0ab84..a31eea39 100644 --- a/boot.lua +++ b/boot.lua @@ -18,7 +18,7 @@ _detalhes.BFACORE = 131 --core version on BFA launch _detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch -- - _detalhes.dragonflight_beta_version = 29 + _detalhes.dragonflight_beta_version = 30 Details = _detalhes @@ -918,6 +918,7 @@ do if orig_type == 'table' then copy = {} for orig_key, orig_value in next, orig, nil do + --print(orig_key, orig_value) copy [Details.CopyTable (orig_key)] = Details.CopyTable (orig_value) end else @@ -1021,4 +1022,4 @@ if (select(4, GetBuildInfo()) >= 100000) then StaticPopup1.button2:Click() end end) -end \ No newline at end of file +end diff --git a/startup.lua b/startup.lua index bb063325..ffc5621c 100644 --- a/startup.lua +++ b/startup.lua @@ -13,9 +13,9 @@ function Details:StartMeUp() --I'll never stop! local IsDragonflight = function() return select(4, GetBuildInfo()) >= 100000 end - if (IsDragonflight()) then - Details:Msg("Details! author 'Terciob' does not have access to Dragonflight Beta, please be gentle while reporting bugs and questioning why some bugs haven't been fixed already, thank you!") - end + --if (IsDragonflight()) then + -- Details:Msg("Details! author 'Terciob' does not have access to Dragonflight Beta, please be gentle while reporting bugs and questioning why some bugs haven't been fixed already, thank you!") + --end --set default time for arena and bg to be the Details! load time in case the client loads mid event Details.lastArenaStartTime = GetTime()