Skip to content

Commit

Permalink
Fix an inverted condition in the renewal script of Violy_Card
Browse files Browse the repository at this point in the history
Introduced in 97ec06f

Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Oct 31, 2022
1 parent 903f013 commit f366724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/re/item_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43873,9 +43873,9 @@ item_db: (
Loc: "EQP_ACC"
Script: <"
if (getskilllv(BA_FROSTJOKE) == 5)
bonus3(bAutoSpell, BA_FROSTJOKE, 1, 20);
else
bonus3(bAutoSpell, BA_FROSTJOKE, 5, 20);
else
bonus3(bAutoSpell, BA_FROSTJOKE, 1, 20);
">
},
{
Expand Down

0 comments on commit f366724

Please sign in to comment.