From bba91eba7837587c466d84872f9c34e49a78077c Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 13 Mar 2024 17:38:24 -0300 Subject: [PATCH] Fix for the skin "WoW Interface" --- boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index acc53b69..35c8c65b 100644 --- a/boot.lua +++ b/boot.lua @@ -18,8 +18,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 12550 - Details.alpha_build_counter = 12550 --if this is higher than the regular counter, use it instead + Details.build_counter = 12551 + Details.alpha_build_counter = 12551 --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