From 70c6ed7503f61445d73f22a0765fa85b1fff4d8a Mon Sep 17 00:00:00 2001 From: GryllsAddons <107083057+GryllsAddons@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:56:10 +0000 Subject: [PATCH 1/3] Fix icon unable to load as folder path has changed --- MBB.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MBB.xml b/MBB.xml index a034334..8c2b0fa 100644 --- a/MBB.xml +++ b/MBB.xml @@ -25,7 +25,7 @@ - + @@ -692,4 +692,4 @@ - \ No newline at end of file + From e13951256e5122613cb5c82674c57b4898744895 Mon Sep 17 00:00:00 2001 From: GryllsAddons <107083057+GryllsAddons@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:56:57 +0000 Subject: [PATCH 2/3] Fix: Attempt to concatenate global 'MBB_Version' (a nil value) MBB_Version is unable to get data from .toc file as the name has changed from MMB.toc to MinimapButtonBag-TurtleWoW.toc --- MBB.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MBB.lua b/MBB.lua index 662a3db..409a518 100644 --- a/MBB.lua +++ b/MBB.lua @@ -1,4 +1,4 @@ -MBB_Version = GetAddOnMetadata("MBB", "Version"); +MBB_Version = GetAddOnMetadata("MinimapButtonBag-TurtleWoW", "Version"); MBB_DebugFlag = 0; MBB_DragFlag = 0; MBB_ShowTimeout = -1; From fca8fa19ed30765da1bdb80cf6eef9ceb5de435a Mon Sep 17 00:00:00 2001 From: GryllsAddons <107083057+GryllsAddons@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:07:19 +0000 Subject: [PATCH 3/3] Add ShaguTweaks frames to MBB_Ignore --- MBB.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MBB.lua b/MBB.lua index 409a518..8a74f86 100644 --- a/MBB.lua +++ b/MBB.lua @@ -75,7 +75,9 @@ MBB_Ignore = { [17] = "MetaMap", [18] = "LootLinkMinimapButton", [19] = "TimeManagerClockButton", - [20] = "pfMiniMapPin" + [20] = "pfMiniMapPin", + [21] = "Clock", + [22] = "Timer" }; MBB_IgnoreSize = {