dragonflight version 30

This commit is contained in:
Tercio Jose
2022-09-14 22:29:39 -03:00
parent b91ba87254
commit b7cee955ba
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -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()