mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
[Configuration] Fixed level
This commit is contained in:
@@ -2159,6 +2159,9 @@ void RandomItemMgr::BuildEquipCacheNew()
|
||||
if (IsTestItem(itemId)) {
|
||||
continue;
|
||||
}
|
||||
if (itemId == 22784) { // Sunwell Orb
|
||||
continue;
|
||||
}
|
||||
equipCacheNew[proto->RequiredLevel][proto->InventoryType].push_back(itemId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user