From 173c3195ade5a6cdfe20c49e7f184a6b1336ca19 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 9 Feb 2006 14:21:41 +0000 Subject: - Code rewrites in mob_damage and party_exp_even_share for correctly handling overflow issues. Now uses UINT_MAX for range comparisons, as it should be. - Also modified the mob_db reading to use UINT_MAX for exp limits, changed their exp/job exp fields to unsigned int as well. - Modified multi_level_up behaviour to work as specified by Kyoki. - removed functions pc_next[base/job]after as they are no longer needed. - Modified the skill attack display of Meteor Assault and the Warm Skills (I think the caster should no longer do fancy animations now on each hit) - Added back water elemental targets being inmune to SC_FREEZE - Fixed the status_change_start line in charsave.c (I knew I was forgetting something) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5235 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.h') diff --git a/src/map/party.h b/src/map/party.h index 4e9601d68..b98731c18 100644 --- a/src/map/party.h +++ b/src/map/party.h @@ -38,7 +38,7 @@ int party_recv_message(int party_id,int account_id,char *mes,int len); int party_check_conflict(struct map_session_data *sd); int party_skill_check(struct map_session_data *sd, int party_id, int skillid, int skilllv); int party_send_xy_clear(struct party *p); -int party_exp_share(struct party *p,int map,int base_exp,int job_exp,int zeny); +int party_exp_share(struct party *p,int map,unsigned int base_exp,unsigned int job_exp,int zeny); int party_send_dot_remove(struct map_session_data *sd); int party_sub_count(struct block_list *bl, va_list ap); void party_foreachsamemap(int (*func)(struct block_list *,va_list),struct map_session_data *sd,int type,...); -- cgit v1.2.3-60-g2f50