summaryrefslogtreecommitdiff
path: root/src/echar/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echar/char.c')
-rw-r--r--src/echar/char.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index 2b891d2..9294a2c 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -269,14 +269,14 @@ void send_additional_slots(int fd, struct char_session_data* sd)
case EQP_GARMENT:
type = 12;
break;
- case EQP_ACC_L: // not implimented
+ case EQP_ACC_L:
type = 0;
break;
case EQP_ARMOR:
type = 17;
break;
- case EQP_HAND_L: // not implimented
- type = 0;
+ case EQP_HAND_L:
+ type = 8;
break;
case EQP_SHOES:
type = 9;