瀏覽代碼

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