Fix: fixed aura module with initial configuration and support for tracking buffs, debuffs, and weapon enchants

removed incorrect tutorial tooltip
This commit is contained in:
Bluewhale1337
2026-07-26 11:31:09 +02:00
parent 822f2301cb
commit d56d2647c3
5 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ function A:ConfigureAuras(header, auraTable, weaponPosition)
top = max(top, button:GetTop() or -huge)
bottom = min(bottom, button:GetBottom() or huge)
end
local deadIndex = (getn(auraTable) + numWeapon) + 1
local deadIndex = getn(auraTable) + 1
button = _G[headerName.."AuraButton"..deadIndex]
while button do
if button:IsShown() then button:Hide() end