|
@@ -37,7 +37,7 @@ class Info_Gates extends Object_ext {
|
|
* @var type
|
|
* @var type
|
|
*/
|
|
*/
|
|
public $GatesChallengeRecord = null;
|
|
public $GatesChallengeRecord = null;
|
|
-
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 进化解锁记录
|
|
* 进化解锁记录
|
|
* @var type
|
|
* @var type
|
|
@@ -49,16 +49,16 @@ class Info_Gates extends Object_ext {
|
|
* 巡逻领取奖励的时间
|
|
* 巡逻领取奖励的时间
|
|
* @var int
|
|
* @var int
|
|
*/
|
|
*/
|
|
- public $xunluo_StartTs = 0;
|
|
|
|
|
|
+ public $xunluo_StartTs = 0;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 快速巡逻的购买记录
|
|
* 快速巡逻的购买记录
|
|
* @var int
|
|
* @var int
|
|
*/
|
|
*/
|
|
public $xunluo_quick_buyRecord = 0;
|
|
public $xunluo_quick_buyRecord = 0;
|
|
-
|
|
|
|
|
|
+
|
|
public function initialize() {
|
|
public function initialize() {
|
|
- $startId = 1;
|
|
|
|
|
|
+ $startId = 10010111;
|
|
$this->CurrentGateId = $startId;
|
|
$this->CurrentGateId = $startId;
|
|
$this->UnlockedGatesMaxId = $startId;
|
|
$this->UnlockedGatesMaxId = $startId;
|
|
|
|
|
|
@@ -86,7 +86,7 @@ class Info_Gates extends Object_ext {
|
|
|
|
|
|
$this->GatesChallengeRecord = new \stdClass();
|
|
$this->GatesChallengeRecord = new \stdClass();
|
|
$this->evolveUnlockRecord = array();
|
|
$this->evolveUnlockRecord = array();
|
|
-
|
|
|
|
|
|
+
|
|
$this->xunluo_StartTs = now();
|
|
$this->xunluo_StartTs = now();
|
|
} else {
|
|
} else {
|
|
parent::__construct($arg);
|
|
parent::__construct($arg);
|