mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8979] Remove unexpected added lines in prev. commit.
This commit is contained in:
parent
1d608c482f
commit
b109d0886a
2 changed files with 1 additions and 4 deletions
|
|
@ -6532,9 +6532,6 @@ void Player::_ApplyItemMods(Item *item, uint8 slot,bool apply)
|
|||
if(slot >= INVENTORY_SLOT_BAG_END || !item)
|
||||
return;
|
||||
|
||||
UpdateExpertise(BASE_ATTACK);
|
||||
UpdateArmorPenetration();
|
||||
|
||||
// not apply/remove mods for broken item
|
||||
if(item->IsBroken())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue