mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Bugfixes: Removed retail API calls, ran linting script and static analysis.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
utf8_lc_uc = {
|
||||
utf8_lc_uc = {
|
||||
["a"] = "A",
|
||||
["b"] = "B",
|
||||
["c"] = "C",
|
||||
|
||||
@@ -23,7 +23,8 @@ local function GetDebuffType(unit, filter, filterTable)
|
||||
if not unit or not UnitCanAssist("player", unit) then return nil end
|
||||
local i = 1
|
||||
while true do
|
||||
local name, _, texture, _, debufftype = UnitAura(unit, i, "HARMFUL")
|
||||
local texture, count, debufftype = UnitAura(unit, i, "HARMFUL")
|
||||
local name = texture
|
||||
if not texture then break end
|
||||
|
||||
if(filterTable) then
|
||||
|
||||
Reference in New Issue
Block a user