Skip to content

Commit

Permalink
Always reset buff list
Browse files Browse the repository at this point in the history
  • Loading branch information
kvan committed Jul 25, 2024
1 parent 684d9c9 commit 140d75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ function SMARTBUFF_SetBuffs()
wipe(cBuffsCombat);
SMARTBUFF_SetInCombatBuffs();

InitBuffOrder(false);
InitBuffOrder(true);

numBuffs = n - 1;
isSetBuffs = false;
Expand Down

0 comments on commit 140d75c

Please sign in to comment.