diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ched.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index ff526f106..95f56c43f 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -120,19 +120,19 @@ L_Autumn: // Give you the due boia if (strcharinfo(0) == $@AUTUMN_VICTOR && @ched > 1000) - getitem MasterBoia, 1; + getitem MasterBola, 1; else if (@ched >= 1000) - getitem PiouBoia, 1; + getitem PiouBola, 1; else if (@ched >= 700) - getitem SnakeBoia, 1; + getitem SnakeBola, 1; else if (@ched >= 400) - getitem TulimsharBoia, 1; + getitem TulimsharBola, 1; else if (@ched >= 200) - getitem PurpleBoia, 1; + getitem PurpleBola, 1; else if (@ched >= 60) - getitem CandorBoia, 1; + getitem CandorBola, 1; else if (@ched >= 25) - getitem KidBoia, 1; + getitem KidBola, 1; // Give extra on GP and EXP rewards on 2018 Summer due extensive amount of bugs if (gettime(7) == 2018) |