From 22b09f7164c75ff3b59cab0052cf2a462515838e Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 17 Jul 2023 16:22:43 +0300 Subject: [PATCH] Fixed parsing of some hota campaigns --- lib/mapping/MapFeaturesH3M.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mapping/MapFeaturesH3M.cpp b/lib/mapping/MapFeaturesH3M.cpp index a5b240576..b5d3a4b7b 100644 --- a/lib/mapping/MapFeaturesH3M.cpp +++ b/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) {