mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
disable equipments with "QR"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user