From 905b59d85b790ea57198c47e249690094b296bda Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 28 Feb 2016 22:18:29 +0100 Subject: Changed mob mode field to 32 bit, for future expansion Signed-off-by: Haru --- src/map/pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 246209f87..db1d7a9da 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1028,7 +1028,7 @@ END_ZEROED_BLOCK; /* End */ void (*del_charm) (struct map_session_data *sd, int count, int type); void (*baselevelchanged) (struct map_session_data *sd); - int (*level_penalty_mod) (int diff, unsigned char race, unsigned short mode, int type); + int (*level_penalty_mod) (int diff, unsigned char race, uint32 mode, int type); int (*calc_skillpoint) (struct map_session_data* sd); int (*invincible_timer) (int tid, int64 tick, int id, intptr_t data); -- cgit v1.2.3-60-g2f50