- made the TargetInfo able to be inherited from

- added a PlayerInfo module (off by default, user requested) that inherits from TargetInfo and adds right-click dismissing buffs functionality
This commit is contained in:
Parnic
2009-04-10 05:23:31 +00:00
parent ab27807fa8
commit c7faba52f8
3 changed files with 154 additions and 105 deletions

View File

@ -56,3 +56,5 @@ modules\MaelstromCount.lua
modules\HungerForBlood.lua
modules\CustomBar.lua
modules\CustomCount.lua
# - make sure PlayerInfo loads after TargetInfo since it inherits
modules\PlayerInfo.lua