This commit is contained in:
AlexVinS
2017-05-27 17:07:11 +03:00
parent 346d2ac588
commit df3574b50f
+3 -1
View File
@@ -64,8 +64,10 @@ void CHeroArtPlace::lockSlot(bool on)
if (on)
image->setFrame(ArtifactID::ART_LOCK);
else
else if (ourArt)
image->setFrame(ourArt->artType->iconIndex);
else
image->setFrame(0);
}
void CHeroArtPlace::pickSlot(bool on)