summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-31 14:19:53 -0300
committershennetsind <ind@henn.et>2013-07-31 14:19:53 -0300
commite914c4806f72678babe646c7651bbdbbf78221fd (patch)
tree0f28d7e06be0241bbbba47e5cea99ab08fcdcc54 /src/map/pc.h
parentf653ede9bf4ae510b0e673f308410637a6b0cba7 (diff)
downloadhercules-e914c4806f72678babe646c7651bbdbbf78221fd.tar.gz
hercules-e914c4806f72678babe646c7651bbdbbf78221fd.tar.bz2
hercules-e914c4806f72678babe646c7651bbdbbf78221fd.tar.xz
hercules-e914c4806f72678babe646c7651bbdbbf78221fd.zip
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 <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
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
};