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

Add save compatibility

This commit is contained in:
Ivan Savenko
2024-10-14 12:54:17 +00:00
parent c4481f3797
commit a39469d165
4 changed files with 53 additions and 7 deletions

View File

@@ -2912,7 +2912,7 @@ bool CGameHandler::assembleArtifacts(ObjectInstanceID heroID, ArtifactPosition a
AssembledArtifact aa;
aa.al = dstLoc;
aa.artId = assembleTo->getId();
aa.artId = assembleTo;
sendAndApply(aa);
}
else