mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fix regressions from modernization
This commit is contained in:
@@ -419,8 +419,8 @@ ArtifactPosition::ArtifactPosition(std::string slotName):
|
||||
auto it = artifactPositionMap.find (slotName);
|
||||
if (it != artifactPositionMap.end())
|
||||
num = it->second;
|
||||
|
||||
logMod->warn("Warning! Artifact slot %s not recognized!", slotName);
|
||||
else
|
||||
logMod->warn("Warning! Artifact slot %s not recognized!", slotName);
|
||||
}
|
||||
|
||||
void CArtHandler::addSlot(CArtifact * art, const std::string & slotID)
|
||||
|
||||
Reference in New Issue
Block a user