Remove TBC expansion support
Removed TBC expansion support from Cooldown Numbers module.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user