Added support for Focus-Cast

This commit is contained in:
Hendrik Leppkes
2008-10-30 08:39:47 +01:00
parent 8a8a28c055
commit bb83d20d41
12 changed files with 114 additions and 2 deletions
+5 -1
View File
@@ -140,7 +140,11 @@ function ActionBar:UpdateStates(returnOnly)
local pre = ""
if Bartender4.db.profile.selfcastmodifier then
pre = "[mod:SELFCAST]player;"
pre = pre .. "[mod:SELFCAST]player;"
end
if Bartender4.db.profile.focuscastmodifier then
pre = pre .. "[mod:FOCUSCAST,target=focus,exists,nodead]focus;"
end
UnregisterStateDriver(self, "assist-help")