Browse Source

store数组解析

cyzhao 2 months ago
parent
commit
da386fdc73
1 changed files with 1 additions and 0 deletions
  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->gates()->fixArray();
             $this->heros()->fixArray();
             $this->heros()->fixArray();
             $this->task()->fixArray();
             $this->task()->fixArray();
+            $this->store()->fixArray();
         }
         }
     }
     }