diff --git a/webapp/bootstrap/constant.php b/webapp/bootstrap/constant.php index e01a101c..24d39613 100644 --- a/webapp/bootstrap/constant.php +++ b/webapp/bootstrap/constant.php @@ -32,7 +32,8 @@ define('TN_DAILY_RECHARGE_UPGRADE_TIMES', 9004); define('TN_DAILY_SHARE_GAMES', 9005); define('TN_DAILY_PVE_BATTLE_TIMES', 9006); define('TN_DAILY_PVE_GET_FRAGMENT_NUM', 9007); -define('TN_DAILY_END', 9007); +define('TN_DAILY_PVP_GET_FRAGMENT_NUM', 9008); +define('TN_DAILY_END', 9008); define('TN_WEEKLY_BEGIN', 10001); define('TN_WEEKLY_ACTIVE', 10002);