diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/mob.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 73200bd27..f8cd38851 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2304,8 +2304,7 @@ int mob_class_change (struct mob_data *md, int class_) if(md->lootitem == NULL && md->db->status.mode&MD_LOOTER) md->lootitem=(struct item *)aCalloc(LOOTITEM_SIZE,sizeof(struct item)); - if (battle_config.show_mob_hp) - clif_charnameack(0, &md->bl); + clif_charnameack(0, &md->bl); return 0; } |