浏览代码

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)
 	{