From 0aac9d598500a6aadabd1cfb0a9904b877bd5393 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 15 Jan 2008 15:05:11 +0000 Subject: * Manner system fixing - better-than-aegis 'red bubble' packet updates; now it shows correctly - added support for /rc, which is basically mute for 60 minutes - fixed typo in r12076 making gm-mute start on the gm instead of target - fixed @mute not ending the status properly when using negative values - adde missing clif_manner_message(), sends info about manner updates git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12079 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 5933a40e0..3b188a468 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -362,7 +362,8 @@ int clif_message(struct block_list *bl, const char* msg); // messages (from mobs int clif_GM_kickack(struct map_session_data *sd,int id); int clif_GM_kick(struct map_session_data *sd,struct map_session_data *tsd,int type); -int clif_GM_silence(struct map_session_data *sd,struct map_session_data *tsd,int type); +void clif_manner_message(struct map_session_data* sd, uint32 type); +void clif_GM_silence(struct map_session_data* sd, struct map_session_data* tsd, uint8 type); int clif_timedout(struct map_session_data *sd); int clif_disp_overhead(struct map_session_data *sd, const char* mes); -- cgit v1.2.3-70-g09d2