diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h index 9f82f61a2..753ec9812 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -18,7 +18,7 @@ int log_pick_mob(struct mob_data *md, const char *type, int nameid, int amount, int log_zeny(struct map_session_data *sd, char *type, struct map_session_data *src_sd, int amount); int log_npc(struct map_session_data *sd, const char *message); -int log_chat(char *type, int type_id, int src_charid, int src_accid, char *map, int x, int y, char *dst_charname, char *message); +int log_chat(const char* type, int type_id, int src_charid, int src_accid, const char* map, int x, int y, const char* dst_charname, const char* message); int log_atcommand(struct map_session_data *sd, const char *message); //Old, but useful logs |