summaryrefslogtreecommitdiff
path: root/src/map/charcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r--src/map/charcommand.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c
index 50f44988a..d2a75eb1d 100644
--- a/src/map/charcommand.c
+++ b/src/map/charcommand.c
@@ -783,11 +783,11 @@ charcommand_itemlist(
strcat(equipstr, "left accessory, ");
if (equip & EQP_ARMOR)
strcat(equipstr, "body/armor, ");
- if ((equip & EQP_WEAPON) == EQP_HAND_R)
+ if ((equip & EQP_ARMS) == EQP_HAND_R)
strcat(equipstr, "right hand, ");
- if ((equip & EQP_WEAPON) == EQP_HAND_L)
+ if ((equip & EQP_ARMS) == EQP_HAND_L)
strcat(equipstr, "left hand, ");
- if ((equip & EQP_WEAPON) == EQP_WEAPON)
+ if ((equip & EQP_ARMS) == EQP_ARMS)
strcat(equipstr, "both hands, ");
if (equip & EQP_SHOES)
strcat(equipstr, "feet, ");