diff options
author | Haruna <haru@dotalux.com> | 2014-02-10 18:14:36 +0100 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2014-02-10 18:14:36 +0100 |
commit | afb013850baddb26a4600b60c0ee713fb9d05784 (patch) | |
tree | 0fb649df5b66a3297de50e1b746760b899e6e504 /src/char/char.h | |
parent | 9dea9f8287efd2a1b65863f258ace92acf5f486e (diff) | |
parent | da233d52bba427b42265aeef08605504d51147ea (diff) | |
download | hercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.gz hercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.bz2 hercules-afb013850baddb26a4600b60c0ee713fb9d05784.tar.xz hercules-afb013850baddb26a4600b60c0ee713fb9d05784.zip |
Merge pull request #256 from hemagx/master
Merged~
Thank you for your contribution to Hercules!
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 06c0556c5..372af91f7 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); |