diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 14:04:58 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 14:04:58 +0000 |
commit | b005f9413dbdc081fa09365f927677e7f7e9319d (patch) | |
tree | af793a9e1a130f3b003c05f74ad7ef0a4b571d9e /src/map/intif.h | |
parent | 1170b595e25fbd5abe031dfccd0fba160296b8dd (diff) | |
download | hercules-b005f9413dbdc081fa09365f927677e7f7e9319d.tar.gz hercules-b005f9413dbdc081fa09365f927677e7f7e9319d.tar.bz2 hercules-b005f9413dbdc081fa09365f927677e7f7e9319d.tar.xz hercules-b005f9413dbdc081fa09365f927677e7f7e9319d.zip |
* Removed japanese interserver packets, should fix various problems (jumpto, where, charposreq). [Valaris]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@291 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 3fe14f2e4..5077dbe18 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -53,8 +53,4 @@ int intif_request_petdata(int account_id, int char_id, int pet_id); int intif_save_petdata(int account_id, struct s_pet *p); int intif_delete_petdata(int pet_id); -int intif_jumpto(int account_id,char *name); -int intif_where(int account_id,char *name); -int intif_charmovereq(struct map_session_data *sd,char *name,int flag); - #endif |