From be53a1f57b77964773229a857f188ad20205e7a6 Mon Sep 17 00:00:00 2001 From: Simpy Date: Sat, 7 Dec 2024 12:58:24 -0500 Subject: [PATCH] use notify to only update when changed --- ElvUI/Core/General/API.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Core/General/API.lua b/ElvUI/Core/General/API.lua index baa8144bd5..a3d9e55680 100644 --- a/ElvUI/Core/General/API.lua +++ b/ElvUI/Core/General/API.lua @@ -511,7 +511,7 @@ do db.r, db.g, db.b = r, g, b end - E:CustomClassColorUpdate() + E:CustomClassColorNotify() end function E:UpdateCustomClassColors()