diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
commit | 18f01d4f113b8ac7430946688292011c5fc3c2fb (patch) | |
tree | b76f7c16e46fc00e717299a2bb178af735b34a94 /src/map/battle.c | |
parent | 38b486e1074537b27f6c523b3f79d47128dfcdf6 (diff) | |
download | hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.gz hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.bz2 hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.xz hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.zip |
- Removed config setting allow_atcommand_when_mute as it's no longer used (see manner_system in misc.conf for it's replacement)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 68297b7ff..6d000c46b 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3703,7 +3703,6 @@ static const struct battle_data_short { { "skill_steal_max_tries", &battle_config.skill_steal_max_tries}, // [Lupus] // { "night_darkness_level", &battle_config.night_darkness_level}, // [celest] { "motd_type", &battle_config.motd_type}, // [celest] - { "allow_atcommand_when_mute", &battle_config.allow_atcommand_when_mute}, // [celest] { "finding_ore_rate", &battle_config.finding_ore_rate}, // [celest] { "exp_calc_type", &battle_config.exp_calc_type}, // [celest] { "min_skill_delay_limit", &battle_config.min_skill_delay_limit}, // [celest] @@ -4136,7 +4135,6 @@ void battle_set_defaults() { battle_config.skill_steal_max_tries = 15; //=16 tries // battle_config.night_darkness_level = 9; battle_config.motd_type = 0; - battle_config.allow_atcommand_when_mute = 0; battle_config.finding_ore_rate = 100; battle_config.castrate_dex_scale = 150; battle_config.area_size = 14; |