From f20c6c19cda1c672ed93836ddd33ce8e08e104c9 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 18 Oct 2007 12:49:49 +0000 Subject: * Removed commented-out code for check_fake_id() * Merged improved/cleaned up (WiP) code for clif_parse_WisMessage * Removed the requirement to provide a character name in the message string when calling is_atcommand() (needed for the previous fix) - currently both ways work, but old will be removed in the upcoming command cleanup so please adjust your custom code if you use this! * Added clif_process_message(), an unified way to validate all four types of player message packets and retrieve their components * Applied the new checking function to clif code, this fixes various length mismatches caused by incomplete code in r11386 (bugreport:198) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11507 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/chrif.h') diff --git a/src/map/chrif.h b/src/map/chrif.h index ad39c966a..b4e9062dc 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -28,7 +28,6 @@ void chrif_authok(int fd); int chrif_scdata_request(int account_id, int char_id); int chrif_save(struct map_session_data* sd, int flag); int chrif_charselectreq(struct map_session_data* sd, uint32 s_ip); -void check_fake_id(int fd, struct map_session_data *sd, int target_id); int chrif_changemapserver(struct map_session_data* sd, short map, int x, int y, uint32 ip, uint16 port); int chrif_searchcharid(int char_id); -- cgit v1.2.3-70-g09d2