mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix loading of maps with Grail or Diplomat Suit placed on map
This commit is contained in:
@@ -97,7 +97,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesSOD()
|
||||
MapFormatFeaturesH3M result = getFeaturesAB();
|
||||
result.levelSOD = true;
|
||||
|
||||
result.artifactsCount = 141; // + Combined artifacts
|
||||
result.artifactsCount = 144; // + Combined artifacts + 3 unfinished artifacts (required for some maps)
|
||||
result.artifactsBytes = 18;
|
||||
|
||||
result.heroesPortraitsCount = 163; // +Finneas +young Gem +young Sandro +young Yog
|
||||
|
||||
Reference in New Issue
Block a user