From 0892a5aa41dff1c9cd081b3a9b7f7feb821a10f9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 22 Aug 2023 11:31:11 +0800 Subject: [PATCH] 1 --- webapp/bootstrap/constant.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/bootstrap/constant.php b/webapp/bootstrap/constant.php index eae00af2..5e9151fe 100644 --- a/webapp/bootstrap/constant.php +++ b/webapp/bootstrap/constant.php @@ -34,7 +34,8 @@ define('TN_FIRST_TUPOP_STATUS', 8012); define('TN_TOTAL_KILLS_NUM', 8013); define('TN_TOTAL_STAR_NUM', 8014); define('TN_TOTAL_RANK_NUM', 8015); - +define('TN_TOTAL_DIAMOND_CONSUME', 8016); +define('TN_TOTAL_CEG_CONSUME', 8017); define('TN_DAILY_BEGIN', 9001); define('TN_DAILY_LOGINS', 9001);