summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-08-31 15:22:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-08-31 15:22:32 -0700
commit76fcea5ee8e8f3f263216cc607be9801a708a9c2 (patch)
tree788b90c15cc47ee0efd1f50a63d11b427571a7ab
parentb6118935745c5b72fea8aafb00a5ee99695069f1 (diff)
downloadtmwa-76fcea5ee8e8f3f263216cc607be9801a708a9c2.tar.gz
tmwa-76fcea5ee8e8f3f263216cc607be9801a708a9c2.tar.bz2
tmwa-76fcea5ee8e8f3f263216cc607be9801a708a9c2.tar.xz
tmwa-76fcea5ee8e8f3f263216cc607be9801a708a9c2.zip
Gloves now appear if you weren't wearing boots when you equipped them
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index ce79490..362f0da 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2613,7 +2613,7 @@ int clif_changelook_towards (struct block_list *bl, int type, int val,
WBUFB (buf, 6) = type;
if (sd->equip_index[equip_point] >= 0
- && sd->inventory_data[sd->equip_index[2]])
+ && sd->inventory_data[sd->equip_index[equip_point]])
{
if (sd->
inventory_data[sd->equip_index[equip_point]]->view_id > 0)