王刚 1 year ago
parent
commit
5a9a4318c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/model/User/Data_UserGame.php

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

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