From e166657af71e77bbb24b00a117e2fcfd8080b2c2 Mon Sep 17 00:00:00 2001 From: Dusk-92 Date: Wed, 12 Aug 2026 16:00:15 +0200 Subject: [PATCH] Update minimap-clock.lua --- mods/minimap-clock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/minimap-clock.lua b/mods/minimap-clock.lua index 1132e00..278a24f 100644 --- a/mods/minimap-clock.lua +++ b/mods/minimap-clock.lua @@ -4,7 +4,7 @@ local T = ShaguTweaks.T local module = ShaguTweaks:register({ title = T["MiniMap Clock"], description = T["Adds a small 24h clock to the mini map."], - expansions = { ["vanilla"] = true, ["tbc"] = nil }, + expansions = { ["vanilla"] = true }, category = T["World & MiniMap"], enabled = true, })