From 1e0bb9a529f1642226449e29def00fd836a08278 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 15 Jul 2024 23:52:05 -0300 Subject: [PATCH] More fixes for the new Storage encounter --- boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index 4e385ccf0..d6a1c3ba0 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 12808 - Details.alpha_build_counter = 12808 --if this is higher than the regular counter, use it instead + Details.build_counter = 12809 + Details.alpha_build_counter = 12809 --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