nameplate color fix

nameplate color fix
This commit is contained in:
Meow
2026-01-03 15:21:37 +01:00
parent 921a5833fa
commit 5e44fcd2d3
+3
View File
@@ -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 },