diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 677e7fbd3..9b18dcd15 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1791,7 +1791,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) if(sd) { if (sd->expaddrace[status->race]) bonus += sd->expaddrace[status->race]; - bonus += sd->expaddrace[status->mode&MD_BOSS?10:11]; + bonus += sd->expaddrace[status->mode&MD_BOSS?RC_BOSS:RC_NONBOSS]; } if (battle_config.pk_mode && (int)(md->db->lv - tmpsd[i]->status.base_level) >= 20) //Needed due to unsigned checks |