Skip to content

Commit

Permalink
Replace wipe call
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Jun 30, 2021
1 parent 2474dae commit 6bf8fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function mod:PLAYER_REGEN_DISABLED()
for text, player in next, firedNonCombat do
stopbar(text, player)
end
wipe(firedNonCombat)
firedNonCombat = {}
end

function mod:BigWigs_OnBossWin()
Expand Down

0 comments on commit 6bf8fd8

Please sign in to comment.