diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-02 21:16:23 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-02 21:16:23 +0000 |
commit | 87cd1ffa303774588be237e68f82b43532452ec2 (patch) | |
tree | 56d522215fe6b1938e2d126f4604bf5a529bb158 /conf/battle/guild.conf | |
parent | 64b28235a651f9cb046dfb10c50d3d8439726358 (diff) | |
download | hercules-87cd1ffa303774588be237e68f82b43532452ec2.tar.gz hercules-87cd1ffa303774588be237e68f82b43532452ec2.tar.bz2 hercules-87cd1ffa303774588be237e68f82b43532452ec2.tar.xz hercules-87cd1ffa303774588be237e68f82b43532452ec2.zip |
Removed `gvg_eliminate_time` battle config, as it was only used by scripts. Replaced its occurences in War of Emperium script with default value (7000ms) (bugreport:137).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15538 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/guild.conf')
-rw-r--r-- | conf/battle/guild.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/battle/guild.conf b/conf/battle/guild.conf index cbd3fc07b..234c73994 100644 --- a/conf/battle/guild.conf +++ b/conf/battle/guild.conf @@ -42,10 +42,6 @@ gvg_misc_attack_damage_rate: 60 // NOTE: It's %, not absolute, so 20 is -20% of your total flee gvg_flee_penalty: 20 -// When the emperium is broken during WoE, how long before the announcement -// displaying the new castle-occupants? (in miliseconds) -gvg_eliminate_time: 7000 - // Can the 'Glory of Guild' skill be learnt in the Guild window, // and does changing emblems require it? (Note 1) // P.S: This skill is not implemented on official servers |