From 14288431a07b3f699e62f94a2d81b66d8779d20a Mon Sep 17 00:00:00 2001 From: Smokexyz Date: Fri, 14 Apr 2017 00:48:45 +0800 Subject: Fixes issue #1681 --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map/clif.c b/src/map/clif.c index 3a0b4d4c7..5939222e9 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2569,13 +2569,13 @@ void clif_item_equip(short idx, struct EQUIPITEM_INFO *p, struct item *it, struc p->type = itemtype(id->type); #if PACKETVER < 20120925 - p->IsIdentified = i->identify ? 1 : 0; + p->IsIdentified = it->identify ? 1 : 0; #endif p->location = eqp_pos; p->WearState = it->equip; #if PACKETVER < 20120925 - p->IsDamaged = (i->attribute & ATTR_BROKEN) != 0 ? 1 : 0; + p->IsDamaged = (it->attribute & ATTR_BROKEN) != 0 ? 1 : 0; #endif p->RefiningLevel = it->refine; -- cgit v1.2.3-70-g09d2