Fixed an issue where the combat time was always 1 second for some users

This commit is contained in:
Tercio Jose
2023-11-12 13:23:32 -03:00
parent 4bc79da714
commit ba7d2c2c2d
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
Details.build_counter = 12033
Details.alpha_build_counter = 12033 --if this is higher than the regular counter, use it instead
Details.build_counter = 12034
Details.alpha_build_counter = 12034 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter