ソースを参照

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();
         }
     }