diff --git a/modules/HolyPower.lua b/modules/HolyPower.lua index ecb72d7..3728fe7 100644 --- a/modules/HolyPower.lua +++ b/modules/HolyPower.lua @@ -27,6 +27,9 @@ function HolyPower.prototype:init() self.numericColor = "HolyPowerNumeric" self.unitPower = SPELL_POWER_HOLY_POWER self.minLevel = PALADINPOWERBAR_SHOW_LEVEL + if IceHUD.WowVer >= 70000 then + self.requiredSpec = 3 + end self.bTreatEmptyAsFull = true self.unit = "player" self.numRunes = 5