mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-26 17:36:04 +00:00
librange: skip on macro action slots
This commit is contained in:
+4
-2
@@ -192,9 +192,11 @@ function librange:GetRealUnit(unit)
|
||||
end
|
||||
|
||||
function librange:GetRangeSlot()
|
||||
local texture
|
||||
|
||||
for i=1,120 do
|
||||
local texture = GetActionTexture(i)
|
||||
if texture and not GetMacroInfo(i) then
|
||||
texture = GetActionTexture(i)
|
||||
if texture and not GetActionText(i) then
|
||||
for _, check in pairs(spells[class]) do
|
||||
if check == texture then
|
||||
return i
|
||||
|
||||
Reference in New Issue
Block a user