Fix heirloom armor proficiency downgrading for warriors.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-03-19 16:26:46 +01:00
parent a77ba0bf56
commit 01dc7aeb08

View File

@@ -10972,6 +10972,7 @@ uint8 Player::CanUseItem( Item *pItem, bool not_loading ) const
allowEquip = (itemSkill == SKILL_MAIL);
break;
case CLASS_PALADIN:
case CLASS_WARRIOR:
allowEquip = (itemSkill == SKILL_PLATE_MAIL);
break;
}