Re-implemented Right-Click self-casting

This commit is contained in:
Hendrik Leppkes
2008-09-28 15:02:23 +02:00
parent 8a78292d77
commit 93ad63a772
4 changed files with 13 additions and 22 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ local function getOptions()
get = getFunc,
set = function(info, value)
Bartender4.db.profile.selfcastmodifier = value
Bartender4.Bar:ForAll("UpdateSelfCast", true)
Bartender4.Bar:ForAll("UpdateSelfCast")
end,
},
selfcastrightclick = {
@@ -64,7 +64,7 @@ local function getOptions()
get = getFunc,
set = function(info, value)
Bartender4.db.profile.selfcastrightclick = value
Bartender4.Bar:ForAll("UpdateSelfCast")
Bartender4:GetModule("ActionBars"):ForAll("ForAll", "UpdateRightClickSelfCast")
end,
},
range = {