|
@@ -90,6 +90,7 @@ class Data_UserGame extends HashSaver {
|
|
|
$this->privateData()->fixArray();
|
|
|
$this->gates()->fixArray();
|
|
|
$this->heros()->fixArray();
|
|
|
+ $this->task()->fixArray()();
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -189,9 +190,9 @@ class Data_UserGame extends HashSaver {
|
|
|
/**
|
|
|
* 任务卡商店
|
|
|
* @param bool $save 是否需要回存
|
|
|
- * @return Info_TaskCard_Shop
|
|
|
+ * @return Info_Task
|
|
|
*/
|
|
|
- public function taskCard($save = true) {
|
|
|
+ public function task($save = true) {
|
|
|
$this->task = new Info_Task($this->task);
|
|
|
if ($save) {
|
|
|
$this->save_tag("task");
|