This commit is contained in:
VDH
2026-04-13 10:09:15 +07:00
parent ccc13db1e7
commit eb52b57d2a
+1 -1
View File
@@ -1633,7 +1633,7 @@ namespace BrewMonster
{
// Do we have the skill book ?
int idBook = ElementSkill.GetRequiredBook((uint)idSkill, iLevel);
if (idBook != 0 /*&& m_pPack.FindItem(idBook) < 0*/)
if (idBook != 0 && m_pPack.FindItem(idBook) < 0)
return 8;
}