From 95ad2f1d1a9ec1d593590463be00a51114869f09 Mon Sep 17 00:00:00 2001 From: urnati Date: Fri, 1 May 2026 10:02:45 -0400 Subject: [PATCH] - Movable : Remove BuffFrame; hooked to Minimap now --- Titan/TitanHistory.lua | 3 ++- Titan/TitanMovable.lua | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua index 19b5617..ec942c5 100644 --- a/Titan/TitanHistory.lua +++ b/Titan/TitanHistory.lua @@ -11,7 +11,7 @@ These are in a seperate file to local recent_changes = { { version = "9.2.3", - when = "2026/06/28", + when = "2026/05/01", topics = { { topic = "Alts", @@ -22,6 +22,7 @@ local recent_changes = { { topic = "Titan", lines = { + "Movable : CE and MoP - Buff frame no longer adjusted by Titan; it is hooked to Minimap.", "LDB : Comments to be explicit on tooltip priority order; fix .notes to show in Config > Plugins.", "Template : Comments to be explicit on tooltip priority order.", "Utils : LDB fix - tooltip could stay over menu.", diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua index 6cd58f0..60fd2f4 100755 --- a/Titan/TitanMovable.lua +++ b/Titan/TitanMovable.lua @@ -599,6 +599,7 @@ local MData = { [4] = {frameName = "TicketStatusFrame", move = function (force) MoveFrame("TicketStatusFrame", 0, TITAN_PANEL_PLACE_TOP, force) end, addonAdj = false, }, + --[[ 2026 May Removed : At some point Blizzard hooked this to the Minimap... [5] = {frameName = "BuffFrame", move = function (force) -- properly adjust buff frame(s) if GM Ticket is visible @@ -615,6 +616,7 @@ local MData = { end MoveFrame("BuffFrame", yOffset, TITAN_PANEL_PLACE_TOP, force) end, addonAdj = false, }, +--]] [6] = {frameName = "MinimapCluster", move = function (force) local yOffset = 0 -- 1.7.9.5