mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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:
@ -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
|
||||
|
Reference in New Issue
Block a user