diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-04-27 19:11:33 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-04-27 19:11:36 -0300 |
commit | 53e5fbb299a72bbdab9859e948aca3b355afeb1a (patch) | |
tree | 5019039ed2bef50a2d9dc89eb647444bce7903f7 /src/map/clif.h | |
parent | 219a4f5267b33349649f952266532a132a48c2a3 (diff) | |
download | hercules-53e5fbb299a72bbdab9859e948aca3b355afeb1a.tar.gz hercules-53e5fbb299a72bbdab9859e948aca3b355afeb1a.tar.bz2 hercules-53e5fbb299a72bbdab9859e948aca3b355afeb1a.tar.xz hercules-53e5fbb299a72bbdab9859e948aca3b355afeb1a.zip |
Introduced support for /guildinvite (present in 2012+ clients). Also merged both guild invite functions.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index ae3fb9cd4..9dfa83e00 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1079,6 +1079,7 @@ struct clif_interface { void (*pCashShopSchedule) (int fd, struct map_session_data *sd); void (*pCashShopBuy) (int fd, struct map_session_data *sd); void (*pPartyTick) (int fd, struct map_session_data *sd); + void (*pGuildInvite2) (int fd, struct map_session_data *sd); } clif_s; struct clif_interface *clif; |