王刚 1 년 전
부모
커밋
5a9a4318c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
         }
     }