diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-18 21:44:52 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-18 21:44:52 +0000 |
commit | 26a4e327cf0797fc8922a5b45b07ded3206edc7e (patch) | |
tree | bfa50b53d1b6edb95f61aaa2a2e223199c4effce /src/map/battle.c | |
parent | 2916a789ab7aac20df1c061ad69a8aaf6ea3c2c3 (diff) | |
download | hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.gz hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.bz2 hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.xz hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.zip |
- Fixed the config description for 'random_monster_checklv' (follow up to r13952). (bugreport:3378)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13954 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 0474d82a0..8852d19bd 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3481,7 +3481,7 @@ static const struct _battle_data { { "summon_flora_setting", &battle_config.summon_flora, 1|2, 0, 1|2, }, { "clear_skills_on_death", &battle_config.clear_unit_ondeath, BL_NUL, BL_NUL, BL_ALL, }, { "clear_skills_on_warp", &battle_config.clear_unit_onwarp, BL_ALL, BL_NUL, BL_ALL, }, - { "random_monster_checklv", &battle_config.random_monster_checklv, 1, 0, 1, }, + { "random_monster_checklv", &battle_config.random_monster_checklv, 0, 0, 1, }, { "attribute_recover", &battle_config.attr_recover, 1, 0, 1, }, { "flooritem_lifetime", &battle_config.flooritem_lifetime, 60000, 1000, INT_MAX, }, { "item_auto_get", &battle_config.item_auto_get, 0, 0, 1, }, |