From 5d9d8e25a2b5002023ec36dd34ec454602a8fbc9 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 29 Jul 2024 19:43:02 -0300 Subject: [PATCH] Fixing game version checker --- boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index e66b76236..0b8f7799c 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 12820 - Details.alpha_build_counter = 12820 --if this is higher than the regular counter, use it instead + Details.build_counter = 12821 + Details.alpha_build_counter = 12821 --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