diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 21:37:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 21:37:57 -0300 |
commit | 70a18c06069bd625282088f189eb3092f50f172b (patch) | |
tree | 92543ff32894ef6d6de044b702052b1802efc555 /npc/003-1 | |
parent | 48ea99f9d69ae8fa2f95536d6646388bf71d870d (diff) | |
download | serverdata-70a18c06069bd625282088f189eb3092f50f172b.tar.gz serverdata-70a18c06069bd625282088f189eb3092f50f172b.tar.bz2 serverdata-70a18c06069bd625282088f189eb3092f50f172b.tar.xz serverdata-70a18c06069bd625282088f189eb3092f50f172b.zip |
[skip ci] add a new typo
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) |