From 9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5 Mon Sep 17 00:00:00 2001 From: in2 Date: Sun, 27 Apr 2003 13:00:16 +0000 Subject: =?UTF-8?q?=EF=BF=BD=EF=BF=BD=EF=BF=BDL=EF=BF=BD=EF=BF=BD=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD=EF=BF=BDo=EF=BF=BD=EF=BF=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@810 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/gamble.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/gamble.c') diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c index b1643fb5..b6b0d61c 100644 --- a/mbbsd/gamble.c +++ b/mbbsd/gamble.c @@ -1,4 +1,4 @@ -/* $Id: gamble.c,v 1.32 2003/01/19 16:06:06 kcwu Exp $ */ +/* $Id: gamble.c,v 1.33 2003/04/27 13:00:16 in2 Exp $ */ #include "bbs.h" #ifndef _BBS_UTIL_C_ @@ -162,7 +162,7 @@ ticket(int bid) if (end || ch >= count || ch < 0) continue; n = 0; - ch_buyitem(price, "etc/buyticket", &n); + ch_buyitem(price, "etc/buyticket", &n, 0); if (n > 0) append_ticket_record(path, ch, n, count); } -- cgit v1.2.3