1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Net Packs BulkMoveArtifacts structure and BulkMoveArtifacts::applyCl

This commit is contained in:
SoundSSGood
2022-11-06 23:54:50 +02:00
parent d0895e30ef
commit 95ab343116
6 changed files with 152 additions and 17 deletions

View File

@ -2591,6 +2591,7 @@ void CPlayerInterface::artifactMoved(const ArtifactLocation &src, const Artifact
if (artWin)
artWin->artifactMoved(src, dst);
}
GH.listInt.back()->redraw();
askToAssembleArtifact(dst);
}