diff --git a/src/RandomItemMgr.cpp b/src/RandomItemMgr.cpp index 502fce09..9ffde641 100644 --- a/src/RandomItemMgr.cpp +++ b/src/RandomItemMgr.cpp @@ -951,7 +951,8 @@ void RandomItemMgr::BuildItemInfoCache() 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(), "(OLD)") || + strstr(proto->Name1.c_str(), "QR") ) { itemForTest.insert(proto->ItemId);