diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-01 18:12:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-01 18:12:08 -0300 |
commit | 4a266bb26f5c42842bd77841ca93bad49e046d9d (patch) | |
tree | a5e55ba76b0685d463d64ec0fb4bca3341597933 /npc | |
parent | fc0de4c7d9cd7231e45f11f106e788074cc6473c (diff) | |
download | serverdata-4a266bb26f5c42842bd77841ca93bad49e046d9d.tar.gz serverdata-4a266bb26f5c42842bd77841ca93bad49e046d9d.tar.bz2 serverdata-4a266bb26f5c42842bd77841ca93bad49e046d9d.tar.xz serverdata-4a266bb26f5c42842bd77841ca93bad49e046d9d.zip |
...Saulc...r06.5_180831
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/rosen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 1b9c173c5..7c6a26888 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -56,7 +56,7 @@ L_Gloves: .@b=getq(ShipQuests_ChefGado); mes ""; if (BaseLevel < 4) goto L_NoLevel; - if (.@b <= 2) goto L_NoGloves; + if (.@b < 2) goto L_NoGloves; if (.@q >= 3) goto L_Complete; .@k=getq2(CandorQuest_Rosen); // Get number of kills (via getq2) |