aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 5c163ac3720..00626bdbc08 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -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;
}