summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 996b1c1..64057e7 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -6324,6 +6324,7 @@ pc_signal_advanced_equipment_change(struct map_session_data *sd,int n)
clif_changelook(&sd->bl, LOOK_MISC1, 0);
if(sd->status.inventory[n].equip & 0x0080)
clif_changelook(&sd->bl, LOOK_MISC2, 0);
+ return 0;
}