temporary fix for cvar bug in the game client

This commit is contained in:
Tercio Jose
2023-03-27 09:38:37 -03:00
parent 9a39a6c09a
commit b812a54aa8
2 changed files with 8 additions and 33 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
_detalhes.build_counter = 10736
_detalhes.alpha_build_counter = 10736 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10737
_detalhes.alpha_build_counter = 10737 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter