Browse Source

地点图鉴进度

zhaoyang 2 years ago
parent
commit
c6d26afb3c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Data/TravelDataManager.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Data/TravelDataManager.cs

@@ -68,6 +68,7 @@ namespace GFGGame
                     count++;
                 }
             }
+            totalCount = ListTravelLocationCount.Count;
         }
     }
 }