diff options
author | shennetsind <ind@henn.et> | 2013-05-02 17:15:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-02 17:15:10 -0300 |
commit | 4dbe6ac4e8ae91249848777b2127049318107c4c (patch) | |
tree | c8d0a098bd3073ee3caeec69c0c0be9386e9274d /src/map/clif.h | |
parent | a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d (diff) | |
parent | 58a035a53efcafea1623999832a764fabba1bf5f (diff) | |
download | hercules-4dbe6ac4e8ae91249848777b2127049318107c4c.tar.gz hercules-4dbe6ac4e8ae91249848777b2127049318107c4c.tar.bz2 hercules-4dbe6ac4e8ae91249848777b2127049318107c4c.tar.xz hercules-4dbe6ac4e8ae91249848777b2127049318107c4c.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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; |