summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorkisuka <kisuka@kisuka.com>2019-10-08 17:53:48 -0700
committerkisuka <kisuka@kisuka.com>2019-10-08 17:53:48 -0700
commit992c977e23c3b2d38980e635379ed93da3b76d78 (patch)
treef348af2203db007d29513b9116ffc7e4b2622cbd /tools
parentd026e28fd78f60dfa21da381f17f2a8cc9ae3d11 (diff)
downloadhercules-992c977e23c3b2d38980e635379ed93da3b76d78.tar.gz
hercules-992c977e23c3b2d38980e635379ed93da3b76d78.tar.bz2
hercules-992c977e23c3b2d38980e635379ed93da3b76d78.tar.xz
hercules-992c977e23c3b2d38980e635379ed93da3b76d78.zip
Removed jAthena 1082 legacy code related to Castle Defense Rate.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configconverter.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configconverter.pl b/tools/configconverter.pl
index dc511aaef..20f5f4cfb 100755
--- a/tools/configconverter.pl
+++ b/tools/configconverter.pl
@@ -554,7 +554,6 @@ my @defaults = (
guild_exp_limit => {parse => \&parsecfg_int, print => \&printcfg_int, path => "guild:", default => 50},
guild_max_castles => {parse => \&parsecfg_int, print => \&printcfg_int, path => "guild:", default => 0},
guild_skill_relog_delay => {parse => \&parsecfg_bool, print => \&printcfg_bool, path => "guild:", default => "false"},
- castle_defense_rate => {parse => \&parsecfg_int, print => \&printcfg_int, path => "guild:", default => 100},
gvg_flee_penalty => {parse => \&parsecfg_int, print => \&printcfg_int, path => "guild:", default => 20},
require_glory_guild => {parse => \&parsecfg_bool, print => \&printcfg_bool, path => "guild:", default => "false"},
max_guild_alliance => {parse => \&parsecfg_int, print => \&printcfg_int, path => "guild:", default => 3},