summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-02-10 18:14:36 +0100
committerHaruna <haru@dotalux.com>2014-02-10 18:14:36 +0100
commitafb013850baddb26a4600b60c0ee713fb9d05784 (patch)
tree0fb649df5b66a3297de50e1b746760b899e6e504 /src/char/char.h
parent9dea9f8287efd2a1b65863f258ace92acf5f486e (diff)
parentda233d52bba427b42265aeef08605504d51147ea (diff)
downloadhercules-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.h1
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);