diff options
author | shennetsind <ind@henn.et> | 2013-11-17 17:22:22 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-17 17:22:22 -0200 |
commit | 0839d5126e62ba9ad0ddf4fe8b548483fbb1c746 (patch) | |
tree | 8faab240afca8ea4a1cc0eaa4a599b59f5a65b6f /src/map/battle.c | |
parent | 14be5d4d9d79e57e1db3f1e251c7036f8bbe984a (diff) | |
parent | e095650d437c81e6ae90a99a3cd1bb0c8c6eba38 (diff) | |
download | hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.gz hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.bz2 hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.xz hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index e1dffb796..b44bc353e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6442,6 +6442,7 @@ static const struct _battle_data { { "cashshop_show_points", &battle_config.cashshop_show_points, 0, 0, 1, }, { "mail_show_status", &battle_config.mail_show_status, 0, 0, 2, }, { "client_limit_unit_lv", &battle_config.client_limit_unit_lv, 0, 0, BL_ALL, }, + { "client_emblem_max_blank_percent", &battle_config.client_emblem_max_blank_percent, 100, 0, 100, }, // BattleGround Settings { "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, }, { "bg_flee_penalty", &battle_config.bg_flee_penalty, 20, 0, INT_MAX, }, |