diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-31 15:22:32 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-31 15:22:32 -0700 |
commit | 76fcea5ee8e8f3f263216cc607be9801a708a9c2 (patch) | |
tree | 788b90c15cc47ee0efd1f50a63d11b427571a7ab /src/map/clif.c | |
parent | b6118935745c5b72fea8aafb00a5ee99695069f1 (diff) | |
download | tmwa-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
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
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) |