summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-08 20:53:46 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-08 20:53:46 +0000
commitf673ec583e417b7df360edd69baf51add58aa36b (patch)
tree6a9d75451962d3189da7233cfc17f116dc2b2ed4 /src/map/clif.h
parentbeed8d2c43cd2d0c9426bfd0a7fa4bfbcffe47e2 (diff)
downloadhercules-f673ec583e417b7df360edd69baf51add58aa36b.tar.gz
hercules-f673ec583e417b7df360edd69baf51add58aa36b.tar.bz2
hercules-f673ec583e417b7df360edd69baf51add58aa36b.tar.xz
hercules-f673ec583e417b7df360edd69baf51add58aa36b.zip
- ES magic will now put the caster on stun for 0.5 secs regardless of whether the skill-target is a mob or not.
- Added function clif_party_join_info which sends packet 0x1e9 each time a party-member joins. This packet (as redundant info as it has) should also contain the field for "adoptability", but that needs to be coded in yet. - Added clif_ParseAdoptRequest which does the basic adoption handling. More checks and the reply packets still need to be coded in. - Happy State and TK stances won't dispel on death now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6521 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index d96714b57..387f5f3c8 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -234,6 +234,7 @@ int clif_movetoattack(struct map_session_data *sd,struct block_list *bl);
// party
int clif_party_created(struct map_session_data *sd,int flag);
int clif_party_main_info(struct party *p, int fd);
+int clif_party_join_info(struct party *p, struct map_session_data *sd);
int clif_party_info(struct party *p,int fd);
int clif_party_invite(struct map_session_data *sd,struct map_session_data *tsd);
int clif_party_inviteack(struct map_session_data *sd,char *nick,int flag);