adjust
This commit is contained in:
parent
01405b09cb
commit
15f55d4755
@ -202,6 +202,7 @@ CREATE TABLE `activity` (
|
||||
`accountid` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id',
|
||||
`free_times` int(11) NOT NULL DEFAULT '0' COMMENT '免费抽奖次数',
|
||||
`video_times` int(11) NOT NULL DEFAULT '0' COMMENT '视频抽奖次数',
|
||||
`diamond_times` int(11) NOT NULL DEFAULT '0' COMMENT '钻石抽奖次数',
|
||||
`item_id` int(11) NOT NULL DEFAULT '0' COMMENT '物品id',
|
||||
`item_num` int(11) NOT NULL DEFAULT '0' COMMENT '物品数量',
|
||||
`create_time` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
ini_set('date.timezone','Asia/Shanghai');
|
||||
ini_set('date.timezone', 'Asia/Shanghai');
|
||||
require 'phpcommon/common.php';
|
||||
|
||||
define('TEAMID_KEY', 'team_uuid:');
|
||||
@ -77,7 +77,7 @@ define('RAND_DIAMONDSHOP_TIME', 60); //钻石商店刷新次数
|
||||
define('DIAMONDBOX', 61); //钻石宝箱花费钻石数
|
||||
define('DIAMONDBOX10', 62); //钻石视频宝箱花费钻石数
|
||||
define('REDLIMIT', 68); //红包上限
|
||||
define('RECOMMEND_FOREVER_WEIGHT',85); //精选道具概率
|
||||
define('RECOMMEND_FOREVER_WEIGHT', 85); //精选道具概率
|
||||
define('RECOMMEND_TIME', 84); //道具精选时间
|
||||
define('GAMEOVER_REWARD_TIMES', 87); //战斗结束奖励倍数
|
||||
define('LOGINBOX_TIME1', 100); //登录礼包-早晨开始时间
|
||||
@ -101,6 +101,7 @@ define('CLAN_DIAMOND', 164); //创建战队需要的钻石数量
|
||||
define('OPENING_SPEAR', 154); //新玩家奖励第一把武器
|
||||
define('OPENING_SPEAR2', 178); //新玩家奖励第二把武器
|
||||
define('LOTTERY_COST', 187); //每日抽奖钻石消耗
|
||||
define('DIAMONDLOTTERY_TIME', 188); //每日消耗钻石抽奖次数
|
||||
|
||||
require 'config_loader.php';
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user