From af44b22ce1c4b83276a56c81620b4b0e065860d0 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 30 Oct 2023 23:40:26 +0800 Subject: [PATCH] disable equipments with "QR" --- src/RandomItemMgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);