mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04: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