Holy power is usable by all specs in 9.0

This commit is contained in:
Parnic
2020-10-13 21:28:37 -05:00
parent 5c19d7f89c
commit e7f95cbcb6

View File

@ -32,7 +32,7 @@ function HolyPower.prototype:init()
self.numericColor = "HolyPowerNumeric" self.numericColor = "HolyPowerNumeric"
self.unitPower = SPELL_POWER_HOLY_POWER self.unitPower = SPELL_POWER_HOLY_POWER
self.minLevel = PALADINPOWERBAR_SHOW_LEVEL self.minLevel = PALADINPOWERBAR_SHOW_LEVEL
if IceHUD.WowVer >= 70000 then if IceHUD.WowVer >= 70000 and IceHUD.WowVer < 90000 then
self.requiredSpec = SPEC_PALADIN_RETRIBUTION self.requiredSpec = SPEC_PALADIN_RETRIBUTION
end end
self.bTreatEmptyAsFull = true self.bTreatEmptyAsFull = true