diff options
author | Frost <jedzkie13@rocketmail.com> | 2015-09-17 14:38:26 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-17 15:01:14 +0200 |
commit | 51329e6c6f783cbfbb51f928c921afd3b114a72a (patch) | |
tree | 6efe2d828325abf55fe5f6f064394bf1d3c0b514 /conf/battle/guild.conf | |
parent | 18f222b67d03dc8ad7584b972025bf58dbf39c1a (diff) | |
download | hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.gz hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.bz2 hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.xz hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.zip |
corrected some white spaces and added missing EOL.
Split from #558 (and added a few more corrections)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/battle/guild.conf')
-rw-r--r-- | conf/battle/guild.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/battle/guild.conf b/conf/battle/guild.conf index 91c39fe71..59fc78c51 100644 --- a/conf/battle/guild.conf +++ b/conf/battle/guild.conf @@ -17,7 +17,8 @@ guild_exp_limit: 50 guild_max_castles: 0 // Restart guild skills cooldown by relog? (Note 1) -// When "no", you relog with the same cooldown remaining as from when you logged out, "yes" restarts the cooldown upon login to its full duration. +// When "no", you relog with the same cooldown remaining as from when you +// logged out, "yes" restarts the cooldown upon login to its full duration. guild_skill_relog_delay: no // Damage adjustments for WOE battles against defending Guild monsters (Note 2) @@ -46,4 +47,4 @@ guild_notice_changemap: 2 // Can guild members invite/expel members inside guild castles in WoE/GvG? (Note 1) // default: no guild_castle_invite: no -guild_castle_expulsion: no
\ No newline at end of file +guild_castle_expulsion: no |