From 4b3237f809684fd51fd5f5e3cef427c1fb34ba3d Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 28 Nov 2022 15:24:03 -0300 Subject: [PATCH] pkgmeta for compare tab replacement --- .pkgmeta | 3 ++- boot.lua | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index 52c06bada..cd0c7542b 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -6,4 +6,5 @@ move-folders: Details/plugins/Details_Vanguard: Details_Vanguard Details/plugins/Details_DataStorage: Details_DataStorage Details/plugins/Details_RaidCheck: Details_RaidCheck - Details/plugins/Details_Streamer: Details_Streamer \ No newline at end of file + Details/plugins/Details_Streamer: Details_Streamer + Details/plugins/Details_Compare2: Details_Compare2 \ No newline at end of file diff --git a/boot.lua b/boot.lua index 1c61fb1dc..1bf124e0c 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10302 - _detalhes.alpha_build_counter = 10302 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10304 + _detalhes.alpha_build_counter = 10304 --if this is higher than the regular counter, use it instead _detalhes.dont_open_news = true _detalhes.game_version = version _detalhes.userversion = version .. " " .. _detalhes.build_counter