chore(Core/Player): Fix all apply item mods for scale (#2248)
This commit is contained in:
parent
4fec95769e
commit
22b360ee0d
1 changed files with 1 additions and 1 deletions
|
|
@ -8890,7 +8890,7 @@ void Player::_ApplyAllLevelScaleItemMods(bool apply)
|
|||
if (!proto)
|
||||
continue;
|
||||
|
||||
_ApplyItemBonuses(proto, i, apply, true);
|
||||
_ApplyItemMods(m_items[i], i, apply);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue