summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index 9896333d..6fd3ca68 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -365,13 +365,13 @@ openticket(int bid)
snprintf(buf, sizeof(buf), "[公告] %s 賭盤取消", bh->brdname);
post_file(bh->brdname, buf, outcome, "[賭神]");
post_file("Record", buf + 7, outcome, "[馬路探子]");
- post_file("Security", buf + 7, outcome, "[馬路探子]");
+ post_file(GLOBAL_SECURITY, buf + 7, outcome, "[馬路探子]");
setbfile(buf, bh->brdname, FN_TICKET_RECORD);
unlink(buf);
setbfile(buf, bh->brdname, FN_TICKET_USER);
- post_file("Security", bh->brdname, buf, "[下注紀錄]");
+ post_file(GLOBAL_SECURITY, bh->brdname, buf, "[下注紀錄]");
unlink(buf);
setbfile(buf, bh->brdname, FN_TICKET_LOCK);