From 9e5dbdaaacce246ec2963073beadc8a05b90e0c1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 6 Apr 2008 23:33:50 +0000 Subject: NVM on last fix (r12510). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12511 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/mob.c b/src/map/mob.c index 197e28bfc..882605675 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2166,7 +2166,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) (!map[m].flag.nobaseexp || !map[m].flag.nojobexp) //Gives Exp ) { //Experience calculation. int bonus = 100; //Bonus on top of your share (common to all attackers). - if (md->sc.data[SC_RICHMANKIM] && !md->db->mexp) + if (md->sc.data[SC_RICHMANKIM] && !(status_get_mode(&md->bl)&MD_BOSS)) bonus += md->sc.data[SC_RICHMANKIM]->val2; if(sd) { temp = status_get_class(&md->bl); -- cgit v1.2.3-60-g2f50