Skip to content

Commit

Permalink
Fix UnitDebuff errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Sep 10, 2024
1 parent 3332f0f commit f08a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5630,7 +5630,7 @@ function Nx.Map:UpdateGroup (plX, plY)

local inactive
for n = 1, MAX_TARGET_DEBUFFS do
if UnitDebuff (unit, n) == "Inactive" then
if C_UnitAuras.GetBuffDataByIndex (unit, n) == "Inactive" then
inactive = true
per = 0
break
Expand Down

0 comments on commit f08a32a

Please sign in to comment.