From e7f95cbcb67f87d9df3cedd6a017cf27c731dc57 Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 13 Oct 2020 21:28:37 -0500 Subject: [PATCH] Holy power is usable by all specs in 9.0 --- modules/HolyPower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/HolyPower.lua b/modules/HolyPower.lua index 58b3af9..1d695be 100644 --- a/modules/HolyPower.lua +++ b/modules/HolyPower.lua @@ -32,7 +32,7 @@ function HolyPower.prototype:init() self.numericColor = "HolyPowerNumeric" self.unitPower = SPELL_POWER_HOLY_POWER self.minLevel = PALADINPOWERBAR_SHOW_LEVEL - if IceHUD.WowVer >= 70000 then + if IceHUD.WowVer >= 70000 and IceHUD.WowVer < 90000 then self.requiredSpec = SPEC_PALADIN_RETRIBUTION end self.bTreatEmptyAsFull = true