[Configuration] Fixed level

This commit is contained in:
Yunfan Li
2024-06-27 23:30:04 +08:00
parent 10527eed2a
commit 009be18646
5 changed files with 15 additions and 0 deletions

View File

@@ -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);
}
}