From af7c783667e77887131d186f51fb60f7dc31b87c Mon Sep 17 00:00:00 2001 From: Skotlex Date: Thu, 19 Aug 2010 15:46:55 +0000 Subject: - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used for proper deletion of items as well as movement/spawn packets for Renewal clients. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14383 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 090ed71a2..68f36dc59 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -114,7 +114,8 @@ int clif_scriptinputstr(struct map_session_data *sd,int npcid); // self int clif_cutin(struct map_session_data* sd, const char* image, int type); //self int clif_viewpoint(struct map_session_data*,int,int,int,int,int,int); //self int clif_additem(struct map_session_data *sd, int n, int amount, int fail); // self -int clif_delitem(struct map_session_data*,int,int); //self +int clif_dropitem(struct map_session_data*,int,int); //self +int clif_delitem(struct map_session_data*,int,int,short); //self int clif_updatestatus(struct map_session_data*,int); //self int clif_changestatus(struct block_list*,int,int); //area int clif_damage(struct block_list* src,struct block_list *dst,unsigned int tick,int sdelay,int ddelay,int damage,int div,int type,int damage2); // area @@ -333,8 +334,7 @@ void clif_instance_join(int fd, int instance_id); void clif_instance_leave(int fd); // Custom Fonts -int clif_font_area(struct map_session_data *sd); -int clif_font_single(int fd, struct map_session_data *sd); +int clif_font(struct map_session_data *sd); // atcommand int clif_displaymessage(const int fd,const char* mes); -- cgit v1.2.3-60-g2f50