disable equipments with "QR"

This commit is contained in:
Yunfan Li 2023-10-30 23:40:26 +08:00
parent b5503ca00a
commit af44b22ce1

View File

@ -951,7 +951,8 @@ void RandomItemMgr::BuildItemInfoCache()
strstr(proto->Name1.c_str(), "Unused ") || strstr(proto->Name1.c_str(), "Unused ") ||
strstr(proto->Name1.c_str(), "Monster ") || strstr(proto->Name1.c_str(), "Monster ") ||
strstr(proto->Name1.c_str(), "[PH]") || strstr(proto->Name1.c_str(), "[PH]") ||
strstr(proto->Name1.c_str(), "(OLD)") strstr(proto->Name1.c_str(), "(OLD)") ||
strstr(proto->Name1.c_str(), "QR")
) )
{ {
itemForTest.insert(proto->ItemId); itemForTest.insert(proto->ItemId);