diff --git a/src/RandomItemMgr.cpp b/src/RandomItemMgr.cpp index 2d9f3d5b..fdde9c95 100644 --- a/src/RandomItemMgr.cpp +++ b/src/RandomItemMgr.cpp @@ -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;