1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
SoundSSGood
2023-06-06 14:37:48 +03:00
parent ee8c8dca7b
commit f6c2d5cba7
5 changed files with 21 additions and 9 deletions

View File

@@ -1031,7 +1031,6 @@ std::string CGHeroInstance::getBiographyTextID() const
void CGHeroInstance::putArtifact(ArtifactPosition pos, CArtifactInstance *art)
{
assert(!getArt(pos));
assert(art->artType->canBePutAt(this, pos));
CArtifactSet::putArtifact(pos, art);