pcbang removed

This commit is contained in:
d1str4ught
2025-08-28 20:24:27 +02:00
parent 2a612c97ad
commit 329eb74e7d
23 changed files with 0 additions and 384 deletions

View File

@@ -1891,18 +1891,6 @@ bool CItem::CanPutInto(LPITEM item)
return 50623 + type == GetVnum();
}
// PC_BANG_ITEM_ADD
bool CItem::IsPCBangItem()
{
for (int i = 0; i < ITEM_LIMIT_MAX_NUM; ++i)
{
if (m_pProto->aLimits[i].bType == LIMIT_PCBANG)
return true;
}
return false;
}
// END_PC_BANG_ITEM_ADD
bool CItem::CheckItemUseLevel(int nLevel)
{
for (int i = 0; i < ITEM_LIMIT_MAX_NUM; ++i)