From a9dd834853966a4b7421cc643c30ad9996f6b039 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 14 Jan 2008 19:13:16 +0000 Subject: * Client packet corrections - 0x01df is not 'gmreqnochatcount', but for requesting a player's account name via right-click menu (which currently can't be done) - added /remove and /recall, aliases to /shift and /summon - added /changemaptype, which alters a single cell's gat type - gm kick will no longer exit the client (now it goes to the login screen) - removed the quicksort invocation in /ignore code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12076 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index b68645da9..5933a40e0 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -95,7 +95,7 @@ int clif_countusers(void); void clif_setwaitclose(int); int clif_authok(struct map_session_data *); -int clif_authfail_fd(int,int); +int clif_authfail_fd(int fd,int type); void clif_updatemaxid(int, int); int clif_charselectok(int); int clif_dropflooritem(struct flooritem_data *); @@ -230,7 +230,7 @@ int clif_marionette(struct block_list *src, struct block_list *target); int clif_spiritball(struct map_session_data *sd); int clif_combo_delay(struct block_list *src,int wait); int clif_bladestop(struct block_list *src,struct block_list *dst,int bool_); -void clif_changemapcell(int fd, struct block_list* pos, int type, enum send_target target); +void clif_changemapcell(int fd, int m, int x, int y, int type, enum send_target target); int clif_status_load(struct block_list *bl,int type, int flag); int clif_status_change(struct block_list *bl,int type,int flag); -- cgit v1.2.3-70-g09d2