Explorar o código

Fixed parsing of some hota campaigns

Ivan Savenko %!s(int64=2) %!d(string=hai) anos
pai
achega
22b09f7164
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	{