Explorar el Código

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

DjWarmonger hace 12 años
padre
commit
2ee5c4b745
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}