- Movable : Remove BuffFrame; hooked to Minimap now
urnati [05-01-26 - 14:02]
- Movable : Remove BuffFrame; hooked to Minimap now
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