mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
feat: rndbot teleport, grind, stuck problem etc.
This commit is contained in:
@@ -945,8 +945,11 @@ void RandomItemMgr::BuildItemInfoCache()
|
||||
strstr(proto->Name1.c_str(), "Monster ") ||
|
||||
strstr(proto->Name1.c_str(), "[PH]") ||
|
||||
strstr(proto->Name1.c_str(), "(OLD)")
|
||||
)
|
||||
)
|
||||
{
|
||||
itemForTest.insert(proto->ItemId);
|
||||
continue;
|
||||
}
|
||||
|
||||
// skip items with rank/rep requirements
|
||||
/*if (proto->RequiredHonorRank > 0 ||
|
||||
|
||||
Reference in New Issue
Block a user