From b81bf258fc28b910d1b5cdf5feefeffc3e12a5c4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 21 Jul 2006 17:11:50 +0000 Subject: - Now when the char-txt server does not finds a requested party, it will clear out said party id of all characters (will help prevent massive spamming/overhead when for some reason the party file needs to be deleted). - Combo skills (inf = self, inf2 = no target self) no longer check range if you use them while your attack-timer is still active. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7806 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/char/char.h') diff --git a/src/char/char.h b/src/char/char.h index 780e8ba6e..feb5c1243 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -34,6 +34,7 @@ int mapif_send(int fd,unsigned char *buf, unsigned int len); int char_married(int pl1,int pl2); int char_child(int parent_id, int child_id); int char_family(int cid1, int cid2, int cid3); +void char_clearparty(int party_id); int char_log(char *fmt, ...); -- cgit v1.2.3-70-g09d2