From 70a18c06069bd625282088f189eb3092f50f172b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Sep 2018 21:37:57 -0300 Subject: [skip ci] add a new typo --- npc/003-1/ched.txt | 14 +++++++------- 1 file 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) -- cgit v1.2.3-70-g09d2