Skip to content

Commit

Permalink
Fix duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Oct 5, 2024
1 parent a8d2336 commit 9647b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1276,8 +1276,8 @@ function SMARTBUFF_InitSpellList()
{SMARTBUFF_SOJUSTICE, -1, SMARTBUFF_CONST_STANCE, nil, nil, nil, S.ChainPaladinSeal},
{SMARTBUFF_SOINSIGHT, -1, SMARTBUFF_CONST_STANCE, nil, nil, nil, S.ChainPaladinSeal},
{SMARTBUFF_SOCOMMAND, -1, SMARTBUFF_CONST_STANCE, nil, nil, nil, S.ChainPaladinSeal},
{SMARTBUFF_RITEOFADJURATION, -1, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_RITEOFSANTIFICATION, -1, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_RITEOFADJURATION, 60, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_RITEOFSANTIFICATION, 60, SMARTBUFF_CONST_WEAPON},
};
end

Expand Down

0 comments on commit 9647b14

Please sign in to comment.