mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
chore(Core/Player): Fix all apply item mods for scale (#2248)
This commit is contained in:
@@ -8890,7 +8890,7 @@ void Player::_ApplyAllLevelScaleItemMods(bool apply)
|
||||
if (!proto)
|
||||
continue;
|
||||
|
||||
_ApplyItemBonuses(proto, i, apply, true);
|
||||
_ApplyItemMods(m_items[i], i, apply);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user