From 7e203120e172d023c7d6a2124665294774cc694e Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Wed, 20 Mar 2019 14:37:18 +0800 Subject: Fix UDT_LEVEL when show_mob_info level display is on --- src/map/script.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index bba559df8..969c43c89 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18926,6 +18926,8 @@ static BUILDIN(setunitdata) break; case UDT_LEVEL: md->level = val; + if (battle_config.show_mob_info & 4) + clif->charnameack(0, &md->bl); break; case UDT_HP: status->set_hp(bl, (unsigned int) val, STATUS_HEAL_DEFAULT); -- cgit v1.2.3-70-g09d2