diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/clif.c | 3 | ||||
-rw-r--r-- | src/map/clif.h | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index c50dd9ee2..4b5cae43a 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1321,7 +1321,7 @@ int clif_spawn(struct block_list *bl) return 0; /** - * Hide NPC from maya puprle card. + * Hide NPC from maya purple card. **/ if(bl->type == BL_NPC && !((TBL_NPC*)bl)->chat_id && (((TBL_NPC*)bl)->sc.option&OPTION_INVISIBLE)) return 0; @@ -3966,7 +3966,6 @@ void clif_storageclose(struct map_session_data* sd) WFIFOW(fd,0) = 0xf8; // Storage Closed WFIFOSET(fd,packet_len(0xf8)); } -int clif_status_load_single(int fd, int id,int type,int flag,int val1, int val2, int val3); /*========================================== * Server tells 'sd' player client the abouts of 'dstsd' player diff --git a/src/map/clif.h b/src/map/clif.h index c03bd388d..583a4e0dd 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -742,4 +742,5 @@ int clif_autoshadowspell_list(struct map_session_data *sd); * [RRInd] for the new mounts **/ int clif_status_load_notick(struct block_list *bl,int type,int flag,int val1, int val2, int val3); +int clif_status_load_single(int fd, int id,int type,int flag,int val1, int val2, int val3); #endif /* _CLIF_H_ */ |