diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index feac95f..3210534 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -843,16 +843,6 @@ bool Human::CanSee(const Human* hum) const void Human::RecalcAttr() { def = meta->i->def(); - #if 0 - MetaData::Equip* chest_meta = MetaMgr::Instance()->GetEquip(chest); - if (chest_meta) { - def += chest_meta->i->def(); - } - MetaData::Equip* helmet_meta = MetaMgr::Instance()->GetEquip(helmet); - if (helmet_meta) { - def += helmet_meta->i->def(); - } - #endif } void Human::RecalcVolume()