1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Fix 1799 not updated hero info box on artifact pickup

This commit is contained in:
Vadim Markovtsev
2016-01-22 23:30:24 +03:00
parent b02bd61c83
commit f2376485e3

View File

@@ -2513,6 +2513,7 @@ void CPlayerInterface::stacksRebalanced(const StackLocation &src, const StackLoc
void CPlayerInterface::artifactPut(const ArtifactLocation &al)
{
EVENT_HANDLER_CALLED_BY_CLIENT;
adventureInt->infoBar.showSelection();
}
void CPlayerInterface::artifactRemoved(const ArtifactLocation &al)