fix bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user