- added level restrictions to shard and holy power class counters since players under 9/10 (different per bar, using constants provided by Blizzard) don't have those resources available yet

This commit is contained in:
Parnic
2010-10-24 03:19:58 +00:00
parent 34549b5971
commit 08d6c6ead4
3 changed files with 23 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function HolyPower.prototype:init()
}
self.numericColor = "HolyPowerNumeric"
self.unitPower = SPELL_POWER_HOLY_POWER
self.minLevel = PALADINPOWERBAR_SHOW_LEVEL
end
function HolyPower.prototype:GetOptions()