Skip to content

Commit

Permalink
Fixes & Additions
Browse files Browse the repository at this point in the history
- Fix & convert HealCommLib to proper ACE format
- New tag [cnumtargeting], a colored version
- Profiles moved to the options menu
- Enhanced copy & added delete option for profiles
- Fixed castbar nil error
- performance improvement when many frames & heals are shown
  • Loading branch information
Aviana committed Dec 20, 2016
1 parent 82754b3 commit 2e2b035
Show file tree
Hide file tree
Showing 12 changed files with 401 additions and 330 deletions.
2 changes: 1 addition & 1 deletion LunaUnitFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LunaUF = AceLibrary("AceAddon-2.0"):new("AceEvent-2.0", "AceConsole-2.0", "AceDB
LunaUF:RegisterDB("LunaDB")

-- Assets ----------------------------------------------------------------------------------
LunaUF.Version = 2110
LunaUF.Version = 2120
LunaUF.BS = AceLibrary("Babble-Spell-2.2")
LunaUF.Banzai = AceLibrary("Banzai-1.0")
LunaUF.HealComm = AceLibrary("HealComm-1.0")
Expand Down
Loading

0 comments on commit 2e2b035

Please sign in to comment.