diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 16:06:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 16:06:11 -0300 |
commit | c7f8fd4c17b61cc6b1896eaf2039363c938c2f48 (patch) | |
tree | 61a7660a7ec653c94e076d96a5f9d52572a357e1 /npc | |
parent | 82caeeea579fe5a08ed46e00f0c618561605d133 (diff) | |
download | serverdata-c7f8fd4c17b61cc6b1896eaf2039363c938c2f48.tar.gz serverdata-c7f8fd4c17b61cc6b1896eaf2039363c938c2f48.tar.bz2 serverdata-c7f8fd4c17b61cc6b1896eaf2039363c938c2f48.tar.xz serverdata-c7f8fd4c17b61cc6b1896eaf2039363c938c2f48.zip |
Where's the bug?
Diffstat (limited to 'npc')
-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; |