From 5e44fcd2d32690c0abe7624569562f71202247d3 Mon Sep 17 00:00:00 2001 From: Meow <30401521+me0wg4ming@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:21:37 +0100 Subject: [PATCH] nameplate color fix nameplate color fix --- modules/nameplates.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index ce25a161..cb926b50 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -2,6 +2,9 @@ pfUI:RegisterModule("nameplates", "vanilla", function () -- disable original castbars pcall(SetCVar, "ShowVKeyCastbar", 0) + -- check for SuperWoW support + local superwow_active = HasSuperWoW() + local unitcolors = { ["ENEMY_NPC"] = { .9, .2, .3, .8 }, ["NEUTRAL_NPC"] = { 1, 1, .3, .8 },