Test items filter

This commit is contained in:
Yunfan Li
2024-08-31 17:23:13 +08:00
parent 7c2c6b14f6
commit f48bf2351a

View File

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