From 76fcea5ee8e8f3f263216cc607be9801a708a9c2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 31 Aug 2011 15:22:32 -0700 Subject: Gloves now appear if you weren't wearing boots when you equipped them --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2