소스 검색

Fixed parsing of some hota campaigns

Ivan Savenko 2 년 전
부모
커밋
22b09f7164
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/mapping/MapFeaturesH3M.cpp

+ 1 - 1
lib/mapping/MapFeaturesH3M.cpp

@@ -136,7 +136,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesHOTA(uint32_t hotaVersion)
 	{
 		result.artifactsCount = 163; // + HotA artifacts
 		result.heroesCount = 178; // + Cove
-		result.heroesPortraitsCount = 185; // + Cove
+		result.heroesPortraitsCount = 186; // + Cove
 	}
 	if(hotaVersion == 3)
 	{