diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-21 06:06:06 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-21 06:06:06 +0000 |
commit | 1cd6293a78faa79a0ca9f53d14979c1659a2be5b (patch) | |
tree | 39c631376b186791766810864239ed55d9fd7935 /src/map/pc.c | |
parent | bbee50f6054fe33ecc1f313abcb86aaf1b7e3974 (diff) | |
download | hercules-1cd6293a78faa79a0ca9f53d14979c1659a2be5b.tar.gz hercules-1cd6293a78faa79a0ca9f53d14979c1659a2be5b.tar.bz2 hercules-1cd6293a78faa79a0ca9f53d14979c1659a2be5b.tar.xz hercules-1cd6293a78faa79a0ca9f53d14979c1659a2be5b.zip |
follow up r15194, fix to bugreport:5134
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15196 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 8070af500..5e9bf92d0 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -7527,7 +7527,7 @@ int pc_unequipitem(struct map_session_data *sd,int n,int flag) if(sd->status.inventory[n].equip & EQP_COSTUME_HEAD_LOW) { sd->status.head_bottom = ( pc_checkequip(sd,EQP_HEAD_LOW) >= 0 ) ? sd->inventory_data[pc_checkequip(sd,EQP_HEAD_LOW)]->look : 0; - clif_changelook(&sd->bl,LOOK_HEAD_TOP,sd->status.head_bottom); + clif_changelook(&sd->bl,LOOK_HEAD_BOTTOM,sd->status.head_bottom); } if(sd->status.inventory[n].equip & EQP_SHOES) |