Merge remote-tracking branch 'origin/develop' into feature/chat_01

This commit is contained in:
CuongNV
2026-04-13 13:58:00 +07:00
95 changed files with 889232 additions and 3524 deletions
+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;
}