[8979] Remove unexpected added lines in prev. commit.

This commit is contained in:
VladimirMangos 2009-12-12 22:27:55 +03:00
parent 1d608c482f
commit b109d0886a
2 changed files with 1 additions and 4 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8978"
#define REVISION_NR "8979"
#endif // __REVISION_NR_H__