ソースを参照

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

DjWarmonger 12 年 前
コミット
2ee5c4b745
1 ファイル変更1 行追加1 行削除
  1. 1 1
      client/CCreatureWindow.cpp

+ 1 - 1
client/CCreatureWindow.cpp

@@ -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;
 		}