From 37b31ab3fd2eb2ae7c9a496d97df7090932368ba Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 16 Jul 2018 08:23:44 -0500 Subject: [PATCH] Set DH pain/fury colors to match 8.0 default UI --- modules/PlayerMana.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/PlayerMana.lua b/modules/PlayerMana.lua index 87acdcd..dd958ab 100644 --- a/modules/PlayerMana.lua +++ b/modules/PlayerMana.lua @@ -41,9 +41,9 @@ function PlayerMana.prototype:init() self:SetDefaultColor("PlayerRunicPower", 62, 54, 152) if IceHUD.WowVer >= 70000 then self:SetDefaultColor("PlayerInsanity", 150, 50, 255) - self:SetDefaultColor("PlayerFury", 255, 50, 255) + self:SetDefaultColor("PlayerFury", 201, 66, 253) self:SetDefaultColor("PlayerMaelstrom", 62, 54, 152) - self:SetDefaultColor("PlayerPain", 255, 50, 255) + self:SetDefaultColor("PlayerPain", 255, 156, 0) end end