From aded41c1cf0f57070ca1e376933361552e86b86a Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 16 Jul 2008 16:33:50 +0000 Subject: [PATCH] fix some behaviour --- actionBar/States.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionBar/States.lua b/actionBar/States.lua index ca29947..b526814 100644 --- a/actionBar/States.lua +++ b/actionBar/States.lua @@ -222,5 +222,5 @@ function ActionBar:SetConfigAutoAssist(_, value) if value ~= nil then self.config.autoassist = value end - self:UpdateStates() + self:ForAll("RefreshAllStateActions") end