This commit is contained in:
yangduo 2025-04-11 19:40:56 +08:00
parent bb5bb8bdb9
commit 9141ac81f9

View File

@ -95,7 +95,7 @@ namespace MetaData
void EquipUpgrade::Init()
{
const int MAX_LV = 20;
const int MAX_LV = 64;
for (int j = 0; j < MAX_LV; ++j) {
std::array<float, kHAT_End>& attrs = a8::FastAppend(level_attrs);
for (size_t k = 0; k < kHAT_End; ++k) {