From 3fe27e962cf2084d380b6229fcc07c47d0c51e67 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Nov 2006 16:34:34 +0000 Subject: - Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff itself. - Cleaned up a bunch of very uglily coded atcommands which used the rather pointless charid2sessionid and accountid2sessionid functions. - Some miscellanous cleanups around usage of the session[] variable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9293 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 5d1294825..5ba025065 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -320,6 +320,7 @@ int clif_pet_performance(struct block_list *bl,int param); int clif_pet_equip(struct pet_data *pd); int clif_pet_food(struct map_session_data *sd,int foodid,int fail); int clif_send (unsigned char *buf, int len, struct block_list *bl, int type); +int clif_send_debug(struct map_session_data *sd, int cmd, int* args, int args_num); //friends list int clif_friendslist_toggle_sub(struct map_session_data *sd,va_list ap); -- cgit v1.2.3-70-g09d2