mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Test items filter
This commit is contained in:
@@ -972,7 +972,8 @@ void RandomItemMgr::BuildItemInfoCache()
|
|||||||
strstr(proto->Name1.c_str(), " TEST") || strstr(proto->Name1.c_str(), "2200 ") ||
|
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(), "Deprecated ") || strstr(proto->Name1.c_str(), "Unused ") ||
|
||||||
strstr(proto->Name1.c_str(), "Monster ") || strstr(proto->Name1.c_str(), "[PH]") ||
|
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);
|
itemForTest.insert(proto->ItemId);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user