1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Merge pull request #5687 from kdmcser/fix_commander_artifacts

fix commander artifacts inactive when loading game
This commit is contained in:
Ivan Savenko
2025-05-06 16:20:27 +03:00
committed by GitHub

View File

@@ -1337,6 +1337,7 @@ void CGHeroInstance::restoreBonusSystem(CGameState & gs)
{ {
CArmedInstance::restoreBonusSystem(gs); CArmedInstance::restoreBonusSystem(gs);
artDeserializationFix(gs, this); artDeserializationFix(gs, this);
this->commander->artDeserializationFix(gs, this->commander.get());
if (boardedBoat.hasValue()) if (boardedBoat.hasValue())
{ {
auto boat = gs.getObjInstance(boardedBoat); auto boat = gs.getObjInstance(boardedBoat);