Fixed an issue with CATA where hovering over the spec icon would result on an error.

This commit is contained in:
Tercio Jose
2024-05-05 11:15:15 -03:00
parent 3a8c3ea6ea
commit f8818ce057
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
Details.build_counter = 12699
Details.alpha_build_counter = 12699 --if this is higher than the regular counter, use it instead
Details.build_counter = 12700
Details.alpha_build_counter = 12700 --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