Fixed wrong file loading order on classic and vanila.

This commit is contained in:
Tercio Jose
2024-02-04 16:49:51 -03:00
parent dab65476f5
commit fa4fcbffba
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
Details.build_counter = 12255
Details.alpha_build_counter = 12255 --if this is higher than the regular counter, use it instead
Details.build_counter = 12256
Details.alpha_build_counter = 12256 --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