1
This commit is contained in:
parent
3bed24ae5a
commit
77ee55fa55
@ -123,6 +123,18 @@ class MapMode
|
|||||||
return !empty($meta['daily_open_time_2']) && !empty($meta['daily_end_time_2']);
|
return !empty($meta['daily_open_time_2']) && !empty($meta['daily_end_time_2']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function getCurrentBoxDropInfo(&$mapModeMeta, &$phase, &$startTime, &$endTime)
|
||||||
|
{
|
||||||
|
self::traverseMeta(function ($meta)
|
||||||
|
use (&$mapModeMeta, &$phase, &$startTime, &$endTime) {
|
||||||
|
if ($meta['mapMode'] == self::TREASURE_BOX_MODE) {
|
||||||
|
if (self::configedDailyTimeLimit1($meta) || self::configedDailyTimeLimit2($meta)) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
protected static function getMetaList()
|
protected static function getMetaList()
|
||||||
{
|
{
|
||||||
if (!self::$metaList) {
|
if (!self::$metaList) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user