mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
autoshift: search in up to 32 buffs
This commit is contained in:
@@ -89,7 +89,7 @@ pfUI:RegisterModule("autoshift", function ()
|
||||
|
||||
for id, errorstring in pairs(pfUI.autoshift.errors) do
|
||||
if arg1 == errorstring then
|
||||
for i=0,15,1 do
|
||||
for i=0,31,1 do
|
||||
currBuffTex = GetPlayerBuffTexture(i)
|
||||
if (currBuffTex) then
|
||||
for id, bufftype in pairs(pfUI.autoshift.buffs) do
|
||||
|
||||
Reference in New Issue
Block a user