mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed parsing of some hota campaigns
This commit is contained in:
@@ -136,7 +136,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesHOTA(uint32_t hotaVersion)
|
|||||||
{
|
{
|
||||||
result.artifactsCount = 163; // + HotA artifacts
|
result.artifactsCount = 163; // + HotA artifacts
|
||||||
result.heroesCount = 178; // + Cove
|
result.heroesCount = 178; // + Cove
|
||||||
result.heroesPortraitsCount = 185; // + Cove
|
result.heroesPortraitsCount = 186; // + Cove
|
||||||
}
|
}
|
||||||
if(hotaVersion == 3)
|
if(hotaVersion == 3)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user