From f3ae47b10ee47c42853283b3b1272274d0891fd2 Mon Sep 17 00:00:00 2001 From: SoundSSGood <87084363+SoundSSGood@users.noreply.github.com> Date: Wed, 10 May 2023 03:01:13 +0300 Subject: [PATCH] art transfer fix --- client/widgets/CWindowWithArtifacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);