浏览代码

store数组解析

cyzhao 2 月之前
父节点
当前提交
da386fdc73
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Gameserver/App/model/User/Data_UserGame.php

+ 1 - 0
Gameserver/App/model/User/Data_UserGame.php

@@ -90,6 +90,7 @@ class Data_UserGame extends HashSaver {
             $this->gates()->fixArray();
             $this->heros()->fixArray();
             $this->task()->fixArray();
+            $this->store()->fixArray();
         }
     }