1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge pull request #2055 from SoundSSGood/cartifactholder-rework

Artifact related code refactoring part2 (client CArtifactHolder)
This commit is contained in:
Ivan Savenko
2023-05-01 02:33:08 +03:00
committed by GitHub
28 changed files with 1470 additions and 1205 deletions

View File

@@ -1792,7 +1792,7 @@ void CPlayerInterface::askToAssembleArtifact(const ArtifactLocation &al)
al.slot.num);
return;
}
CHeroArtPlace::askToAssemble(hero, al.slot);
ArtifactUtilsClient::askToAssemble(hero, al.slot);
}
}