cyzhao 2 месяцев назад
Родитель
Сommit
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();
         }
     }