summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index 235cdf42..85761fa0 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -330,7 +330,7 @@ openticket(int bid)
snprintf(buf, sizeof(buf), "%s ¤¤¼ú«¨! $ %d", bh->brdname, money * i);
} else
continue;
- if ((uid = searchuser(userid)) == 0)
+ if ((uid = searchuser(userid, userid)) == 0)
continue;
deumoney(uid, money * i);
mail_id(userid, buf, "etc/ticket.win", "Ptt½ä³õ");