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.h | |
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.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index fd6a6d7bd..62e301f4c 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -372,7 +372,7 @@ struct Battle_Config { int duel_only_on_same_map; // [Toms] int skip_teleport_lv1_menu; // possibility to disable (skip) Teleport Lv1 menu, that have only two lines `Random` and `Cancel` [LuzZza] - + int mob_max_skilllvl; int allow_skill_without_day; // [Komurka] int allow_es_magic_pc; // [Skotlex] int skill_wall_check; // [Skotlex] |