b
This commit is contained in:
parent
9a3f73c81b
commit
3bed24ae5a
@ -16,10 +16,10 @@ require_once('mt/Parameter.php');
|
||||
*/
|
||||
class BattleBoxService {
|
||||
|
||||
const DAILY_PHASE_DROP_LAST_TIME_KEY = ':';
|
||||
const DAILY_PHASE_DROP_TOTAL_KEY = ':';
|
||||
const DAILY_PHASE_ALLOC_NUM_KEY = ':';
|
||||
const DAILY_PHASE_ALREADY_ALLOC_NUM_KEY = ':';
|
||||
const DAILY_PHASE_DROP_LAST_TIME_KEY = 'daily_phase_drop_last_time:';
|
||||
const DAILY_PHASE_DROP_TOTAL_KEY = 'daily_phase_drop_total:';
|
||||
const DAILY_PHASE_ALLOC_NUM_KEY = 'daily_phase_alloc_num:';
|
||||
const DAILY_PHASE_ALREADY_ALLOC_NUM_KEY = 'daily_phase_already_alloc_num:';
|
||||
|
||||
public static function allocBox($roomUuid)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user