Update nameplate-scale.lua

This commit is contained in:
2026-08-12 16:01:34 +02:00
committed by GitHub
parent 6c6e4a9f13
commit 0333fb4f13
+1 -1
View File
@@ -4,7 +4,7 @@ local T = ShaguTweaks.T
local module = ShaguTweaks:register({
title = T["Nameplate Scale"],
description = T["Makes all nameplates honor the UI-Scale setting."],
expansions = { ["vanilla"] = true, ["tbc"] = nil },
expansions = { ["vanilla"] = true },
category = T["Nameplates"],
enabled = true,
})