From cdff54b2f6842c11c0a06d72ae855f1b4fcf0ce1 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 bf4e3a84..b21f6929 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version = 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