From 18f222b67d03dc8ad7584b972025bf58dbf39c1a Mon Sep 17 00:00:00 2001 From: Frost Date: Sun, 14 Jun 2015 21:21:55 +0800 Subject: Added Configuration in enabling/disabling monster hp bar on new clients. Closes #558 Signed-off-by: Haru --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index d4f789d34..fb6a1c580 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -7133,6 +7133,7 @@ static const struct battle_data { { "mob_icewall_walk_block", &battle_config.mob_icewall_walk_block, 75, 0, 255, }, { "boss_icewall_walk_block", &battle_config.boss_icewall_walk_block, 0, 0, 255, }, { "feature.roulette", &battle_config.feature_roulette, 1, 0, 1, }, + { "show_monster_hp_bar", &battle_config.show_monster_hp_bar, 1, 0, 1, }, }; #ifndef STATS_OPT_OUT /** -- cgit v1.2.3-60-g2f50