mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user