mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Actually fix quest artifacts not getting banned at all
This commit is contained in:
parent
71844d4d92
commit
817ab1d53d
@ -203,8 +203,6 @@ void MapController::repairMap(CMap * map) const
|
||||
auto a = ArtifactUtils::createScroll(*RandomGeneratorUtil::nextItem(out, CRandomGenerator::getDefault()));
|
||||
art->storedArtifact = a;
|
||||
}
|
||||
else
|
||||
map->allowedArtifact.insert(art->getArtifact());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user