summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2017-04-26 00:08:06 +0800
committerHaru <haru@dotalux.com>2017-04-29 00:47:10 +0200
commitb767de877460a7fb55c4c8a6bd8e21bcbe079b07 (patch)
tree8613b56845c68e62a2659ef11ff90b2953de5552 /tools
parent25e4f661211fc91a64a6e18d8ffd9d16581dfaf9 (diff)
downloadhercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.gz
hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.bz2
hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.xz
hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.zip
Removal of rare_drop_announce config.
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 4fafd1f64..dc511aaef 100755
--- a/tools/configconverter.pl
+++ b/tools/configconverter.pl
@@ -677,7 +677,6 @@ my @defaults = (
drops_by_luk => {parse => \&parsecfg_int, print => \&printcfg_int, path => "drops:", default => 0},
drops_by_luk2 => {parse => \&parsecfg_int, print => \&printcfg_int, path => "drops:", default => 0},
alchemist_summon_reward => {parse => \&parsecfg_int, print => \&printcfg_int, path => "drops:", default => 1},
- rare_drop_announce => {parse => \&parsecfg_int, print => \&printcfg_int, path => "drops:", default => 0},
base_exp_rate => {parse => \&parsecfg_int, print => \&printcfg_int, path => "exp:", default => 100},
job_exp_rate => {parse => \&parsecfg_int, print => \&printcfg_int, path => "exp:", default => 100},
multi_level_up => {parse => \&parsecfg_bool, print => \&printcfg_bool, path => "exp:", default => "false"},