1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fixed stack artifact (and related buttons) not displaying in creature window.

This commit is contained in:
DjWarmonger 2013-03-05 08:01:14 +00:00
parent ca8182f80f
commit 2ee5c4b745

View File

@ -392,7 +392,7 @@ void CCreatureWindow::init(const CStackInstance *Stack, const CBonusSystemNode *
}
}
if (CGI->modh->modules.STACK_EXP)
if (CGI->modh->modules.STACK_ARTIFACT)
{
creArt = true;
}