Remove TBC expansion support

Removed TBC expansion support from Cooldown Numbers module.
This commit is contained in:
2026-08-12 15:57:07 +02:00
committed by GitHub
parent dc29d08a3e
commit 8903270b72
+1 -1
View File
@@ -8,7 +8,7 @@ local TimeConvert = ShaguTweaks.TimeConvert
local module = ShaguTweaks:register({
title = T["Cooldown Numbers"],
description = T["Display the remaining duration as text on every cooldown."],
expansions = { ["vanilla"] = true, ["tbc"] = true },
expansions = { ["vanilla"] = true },
category = T["Action Bar"],
enabled = true,
color = { r = .3, g = .3, b = .3, a = .9}