Update minimap-clock.lua

This commit is contained in:
2026-08-12 16:00:15 +02:00
committed by GitHub
parent aca0e8490b
commit e166657af7
+1 -1
View File
@@ -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,
})