- 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 ShardCounter.prototype:init()
}
self.numericColor = "ShardCounterNumeric"
self.unitPower = SPELL_POWER_SOUL_SHARDS
self.minLevel = SHARDBAR_SHOW_LEVEL
self.runeHeight = 23
self.runeWidth = 26
end