From a5b1fd424c13b827de3ccc6637b9227a67233ab3 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 18 Jul 2024 13:17:59 -0300 Subject: [PATCH] Attempt to fix pet issues on Cataclysm classic (Flamanis) --- boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index 045b74460..0e236459b 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 12812 - Details.alpha_build_counter = 12812 --if this is higher than the regular counter, use it instead + Details.build_counter = 12813 + Details.alpha_build_counter = 12813 --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