summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-10-26 17:48:04 +0000
committerJared Adams <jaxad0127@gmail.com>2008-10-26 17:48:04 +0000
commit7f21ec064e78bf8d06ae341d1d61e12516970719 (patch)
tree690f9d05b76ac71ad4473eb7e80f3fd7f54a28a2 /src/map/clif.c
parentaf8086377e8760d47593a57dd595a07ddf1a2913 (diff)
downloadtmwa-7f21ec064e78bf8d06ae341d1d61e12516970719.tar.gz
tmwa-7f21ec064e78bf8d06ae341d1d61e12516970719.tar.bz2
tmwa-7f21ec064e78bf8d06ae341d1d61e12516970719.tar.xz
tmwa-7f21ec064e78bf8d06ae341d1d61e12516970719.zip
Commit Mantis 513
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 4feaa15..8fc119e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1303,7 +1303,7 @@ int clif_spawnpc(struct map_session_data *sd) {
if (map[sd->bl.m].flag.rain)
clif_specialeffect(&sd->bl, 161, 1);
- clif_changelook_accessories(&sd->bl, NULL);
+// clif_changelook_accessories(&sd->bl, NULL);
return 0;
}
@@ -3549,8 +3549,8 @@ clif_changelook_accessories(struct block_list *bl, struct map_session_data *dest
{
int i;
- for (i = LOOK_SHOES; i <= LOOK_LAST; i++)
- clif_changelook_towards(bl, i, 0, dest);
+ for (i = LOOK_SHOES; i <= LOOK_LAST; i++)
+ clif_changelook_towards(bl, i, 0, dest);
}
@@ -7265,7 +7265,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
skill_status_change_start(&sd->bl,SC_BROKNARMOR,0,0,0,0,0,0);
}
- clif_changelook_accessories(sd, NULL);
+// clif_changelook_accessories(sd, NULL);
map_foreachinarea(clif_getareachar,sd->bl.m,sd->bl.x-AREA_SIZE,sd->bl.y-AREA_SIZE,sd->bl.x+AREA_SIZE,sd->bl.y+AREA_SIZE,0,sd);
}