diff options
author | shennetsind <ind@henn.et> | 2013-04-27 16:04:07 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-27 16:04:07 -0300 |
commit | f2942453592621f5d3e4553fa96cd1b417fa74fb (patch) | |
tree | fb111919b69270be57b4a19a4f925dfb23fec86f /src/map/battle.c | |
parent | ad51ea46af4590c7ca51fd55cf63f75de9dc67dc (diff) | |
download | hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.gz hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.bz2 hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.xz hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.zip |
Fixed Bug #7193 and ...
http://hercules.ws/board/tracker/issue-7193-monsterhp/
--
Follow up 0f4a50d13538c3e5d3ca4d3822f92217c8da0479 re-introduced mob_max_skilllvl
--
Updated some packet intro dates (special thanks to yommy! <33)
Signed-off-by: shennetsind <ind@henn.et>
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 7bfb54fdd..ed0b87e6f 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5858,6 +5858,7 @@ static const struct _battle_data { { "duel_time_interval", &battle_config.duel_time_interval, 60, 0, INT_MAX, }, { "duel_only_on_same_map", &battle_config.duel_only_on_same_map, 0, 0, 1, }, { "skip_teleport_lv1_menu", &battle_config.skip_teleport_lv1_menu, 0, 0, 1, }, + { "mob_max_skilllvl", &battle_config.mob_max_skilllvl, 100, 1, INT_MAX, }, { "allow_skill_without_day", &battle_config.allow_skill_without_day, 0, 0, 1, }, { "allow_es_magic_player", &battle_config.allow_es_magic_pc, 0, 0, 1, }, { "skill_caster_check", &battle_config.skill_caster_check, 1, 0, 1, }, |