chore(Core/Player): Fix all apply item mods for scale (#2248)

This commit is contained in:
Kargatum
2019-09-03 22:06:18 +07:00
committed by GitHub
parent 4fec95769e
commit 22b360ee0d

View File

@@ -8890,7 +8890,7 @@ void Player::_ApplyAllLevelScaleItemMods(bool apply)
if (!proto)
continue;
_ApplyItemBonuses(proto, i, apply, true);
_ApplyItemMods(m_items[i], i, apply);
}
}
}