- abstracted the HolyPower module's functionality to a ClassPowerCounter module since the warlock shard bar is functionally identical to holy power

- added shard bar inheriting from ClassPowerCounter. same basic functionality as the holy power module: graphical mode that shows the default shards and numeric mode that just displays a count of active shards
This commit is contained in:
Parnic
2010-09-10 06:49:45 +00:00
parent e95db24dd0
commit fb884f41f4
4 changed files with 477 additions and 395 deletions

View File

@ -72,4 +72,6 @@ modules\PlayerInvuln.lua
modules\ComboPointsBar.lua
modules\CustomHealth.lua
modules\CustomMana.lua
modules\ClassPowerCounter.lua
modules\HolyPower.lua
modules\Shards.lua