diff options
Diffstat (limited to 'npc/events/custom/valentinesdayexp.txt')
-rw-r--r-- | npc/events/custom/valentinesdayexp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/custom/valentinesdayexp.txt b/npc/events/custom/valentinesdayexp.txt index ce519513a..ac6f6816c 100644 --- a/npc/events/custom/valentinesdayexp.txt +++ b/npc/events/custom/valentinesdayexp.txt @@ -104,7 +104,7 @@ M_CHOCO: next; set @needmon,0; input @flag_num; - if (@flag_num == 0) goto L_NONE; + if (@flag_num <= 0) goto L_NONE; if (@flag_num > 5) goto L_ERR; set @needmon,@flag_num*5000; if (Zeny < @needmon) goto L_NOTENO; |