Browse Source

Fixed parsing of some hota campaigns

Ivan Savenko 2 years ago
parent
commit
22b09f7164
1 changed files with 1 additions and 1 deletions
  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)
 	{