diff options
author | Ibrahim Hossam <ibrahem.h.basyone@gmail.com> | 2014-02-02 14:09:39 +0200 |
---|---|---|
committer | Ibrahim Hossam <ibrahem.h.basyone@gmail.com> | 2014-02-02 14:09:39 +0200 |
commit | da233d52bba427b42265aeef08605504d51147ea (patch) | |
tree | e113561d977084ffa0dcca10b114248288a9aec9 /src/char/char.h | |
parent | 2263dc4660c6668c373f6a9e654e21bea8c419e4 (diff) | |
download | hercules-da233d52bba427b42265aeef08605504d51147ea.tar.gz hercules-da233d52bba427b42265aeef08605504d51147ea.tar.bz2 hercules-da233d52bba427b42265aeef08605504d51147ea.tar.xz hercules-da233d52bba427b42265aeef08605504d51147ea.zip |
Update inter server so ask login server for account information Instead of do query to login table.
Thanks to Haruna to clean it up.
Diffstat (limited to 'src/char/char.h')
-rw-r--r-- | src/char/char.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h index 3e3774c1f..1fb3b543f 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -63,6 +63,7 @@ int memitemdata_to_sql(const struct item items[], int max, int id, int tableswit int mapif_sendall(unsigned char *buf,unsigned int len); int mapif_sendallwos(int fd,unsigned char *buf,unsigned int len); int mapif_send(int fd,unsigned char *buf,unsigned int len); +void mapif_on_parse_accinfo(int account_id,int u_fd, int aid, int castergroup, int map_fd); int char_married(int pl1,int pl2); int char_child(int parent_id, int child_id); |