mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Fix heirloom armor proficiency downgrading for warriors.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user