Properly refresh the range status when paging the action bar.
This commit is contained in:
parent
f96760380f
commit
83b1ab3c13
1 changed files with 1 additions and 4 deletions
|
|
@ -280,10 +280,7 @@ end
|
|||
local function updateFunc(self)
|
||||
local parent = self:GetParent()
|
||||
if not self.BT4init or not parent.BT4BarType then return end
|
||||
if oorsetting == "none" or not ActionHasRange(self.action) then
|
||||
self.rangeTimer = nil
|
||||
self.outOfRange = nil
|
||||
end
|
||||
self:UpdateRange()
|
||||
updateIcon(self)
|
||||
|
||||
if self.SecureInit and not InCombatLockdown() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue