summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorIbrahim Hossam <ibrahem.h.basyone@gmail.com>2014-02-02 14:09:39 +0200
committerIbrahim Hossam <ibrahem.h.basyone@gmail.com>2014-02-02 14:09:39 +0200
commitda233d52bba427b42265aeef08605504d51147ea (patch)
treee113561d977084ffa0dcca10b114248288a9aec9 /src/char/char.h
parent2263dc4660c6668c373f6a9e654e21bea8c419e4 (diff)
downloadhercules-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.h1
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);