diff --git a/client/widgets/CWindowWithArtifacts.cpp b/client/widgets/CWindowWithArtifacts.cpp index 3bb776980..2e0ed3d64 100644 --- a/client/widgets/CWindowWithArtifacts.cpp +++ b/client/widgets/CWindowWithArtifacts.cpp @@ -270,7 +270,7 @@ void CWindowWithArtifacts::artifactMoved(const ArtifactLocation & srcLoc, const } // Make sure the status bar is updated so it does not display old text - if(destLoc.isHolder(hero)) + if(destLoc.getHolderArtSet() == hero) { if(auto artPlace = artSetPtr->getArtPlace(destLoc.slot)) artPlace->hover(true);