mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8978"
|
||||
#define REVISION_NR "8979"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue