From e914c4806f72678babe646c7651bbdbbf78221fd Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 31 Jul 2013 14:19:53 -0300 Subject: Fixed Bug #7453 Added the missing support for conf/battle/gm.conf::atcommand_mobinfo_type on @mobinfo (partially from rathena) Modified @ii to stop always displaying 'monsters dont drop this item' while the configuration is on. Special Thanks to Napster. http://hercules.ws/board/tracker/issue-7453-mobinfo-iteminfo-not-showing-the-correct-information-depending-the-level/ Follow up 2fbec282b9b3eb84f710d5537f70e6bc221187b3 Missing messages.conf entry Signed-off-by: shennetsind --- 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 ab6de114e..42bfb56c1 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -954,7 +954,7 @@ struct pc_interface { void (*baselevelchanged) (struct map_session_data *sd); #if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) - int (*level_penalty_mod) (struct map_session_data *sd, struct mob_data * md, int type); + int (*level_penalty_mod) (int diff, unsigned char race, unsigned short mode, int type); #endif }; -- cgit v1.2.3-60-g2f50