diff options
Diffstat (limited to 'npc/003-0-1/maxime.txt')
-rw-r--r-- | npc/003-0-1/maxime.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt index ab1d29496..c3adbb4c3 100644 --- a/npc/003-0-1/maxime.txt +++ b/npc/003-0-1/maxime.txt @@ -35,8 +35,7 @@ countitem(ScorpionStinger) < 3 || countitem(RoastedMaggot) < 2 || countitem(CactusPotion) < 1 || - Zeny < 150 - ) goto L_Missing; + Zeny < 150) goto L_Missing; // 3~7 normaly, 4~10 during Summer inventoryplace TonoriDelight, 12; |