@@ -624,6 +624,8 @@ void CVCMIServer::updateStartInfoOnMapChange(std::shared_ptr<CMapInfo> mapInfo,
pset.heroNameTextId = pinfo.mainCustomHeroNameTextId;
pset.heroPortrait = pinfo.mainCustomHeroPortrait;
}
+
+ pset.handicapLegacy = PlayerSettings::NO_HANDICAP;
if(mi->isRandomMap && mapGenOpts)
@@ -176,7 +176,7 @@ public:
pset.heroPortrait = HeroTypeID(pinfo.mainCustomHeroPortrait);
- pset.handicap = PlayerSettings::NO_HANDICAP;