From 75518d2bfb66acb4b8629cb36ee40f1cabf99edd Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 22 Mar 2025 16:52:22 +0100 Subject: [PATCH] unitframe-energytick: remove category for now --- mods/unitframe-energytick.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/unitframe-energytick.lua b/mods/unitframe-energytick.lua index 25d7db6..4f1ffec 100644 --- a/mods/unitframe-energytick.lua +++ b/mods/unitframe-energytick.lua @@ -4,7 +4,6 @@ local module = ShaguTweaks:register({ title = T["Show Energy Ticks"], description = T["Show energy and mana ticks on the player unit frame."], expansions = { ["vanilla"] = true, ["tbc"] = nil }, - category = T["Unit Frames"], maintainer = "@shagu (GitHub)", enabled = nil, })