Forráskód Böngészése

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

DjWarmonger 12 éve
szülő
commit
2ee5c4b745
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
 		}