From be72ecd0560eb5dcdcc15805491e48e2d63f4e0e Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 21 Apr 2007 17:08:08 +0000 Subject: - Removed the +25% mdef, -50% def effect from Freeze status - Changed autocast skills, they now only work with normal attacks - Fixed a few spots where the attack_type flag was getting truncated - Hopefully fixed the cygwin + size_t problem (using stddef.h as source) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10298 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/party.h') diff --git a/src/map/party.h b/src/map/party.h index 4c87dd501..f8ceb67f8 100644 --- a/src/map/party.h +++ b/src/map/party.h @@ -46,5 +46,4 @@ int party_send_dot_remove(struct map_session_data *sd); int party_sub_count(struct block_list *bl, va_list ap); int party_foreachsamemap(int (*func)(struct block_list *,va_list),struct map_session_data *sd,int type,...); - #endif /* _PARTY_H_ */ -- cgit v1.2.3-70-g09d2