diff --git a/server/CGameHandler.cpp b/server/CGameHandler.cpp index 941b6f215..f6ef0d499 100644 --- a/server/CGameHandler.cpp +++ b/server/CGameHandler.cpp @@ -2947,6 +2947,8 @@ bool CGameHandler::assembleArtifacts(ObjectInstanceID heroID, ArtifactPosition a sendAndApply(da); } + checkVictoryLossConditionsForPlayer(hero->getOwner()); + return true; }