From b3ea1ba3ad4ba4083f5c5bc1138d1cfd73b1679b Mon Sep 17 00:00:00 2001 From: eathenabot Date: Tue, 17 Jan 2012 07:31:55 +0000 Subject: * Merged changes up to eAthena 15066. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15480 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 44e884923..52141c913 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -7447,6 +7447,7 @@ int pc_equipitem(struct map_session_data *sd,int n,int req_pos) if(battle_config.battle_log) ShowInfo("equip %d(%d) %x:%x\n",sd->status.inventory[n].nameid,n,id?id->equip:0,req_pos); if(!pc_isequip(sd,n) || !(pos&req_pos) || sd->status.inventory[n].equip != 0 || sd->status.inventory[n].attribute==1 ) { // [Valaris] + // FIXME: pc_isequip: equip level failure uses 2 instead of 0 clif_equipitemack(sd,n,0,0); // fail return 0; } -- cgit v1.2.3-60-g2f50