adjust
This commit is contained in:
parent
bb5bb8bdb9
commit
9141ac81f9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user