diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-03-29 01:25:50 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-04-08 10:26:29 -0300 |
commit | 57ba23012d78b8bae37953d65831e932d1365283 (patch) | |
tree | 28aec1aed5c3112b2fbd6a6800f2c036826f4f5b /src/map/battle.c | |
parent | 38527550c17241e1c905f8077f6589413091087e (diff) | |
download | hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.gz hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.bz2 hercules-57ba23012d78b8bae37953d65831e932d1365283.tar.xz hercules-57ba23012d78b8bae37953d65831e932d1365283.zip |
Allow guild skills cooldown to continue when logged out
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index bd7e31d05..a6ad143d4 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6955,7 +6955,7 @@ static const struct battle_data { { "chase_range_rate", &battle_config.chase_range_rate, 100, 0, INT_MAX, }, { "gtb_sc_immunity", &battle_config.gtb_sc_immunity, 50, 0, INT_MAX, }, { "guild_max_castles", &battle_config.guild_max_castles, 0, 0, INT_MAX, }, - { "guild_skill_relog_delay", &battle_config.guild_skill_relog_delay, 0, 0, 1, }, + { "guild_skill_relog_delay", &battle_config.guild_skill_relog_delay, 0, 0, 2, }, { "emergency_call", &battle_config.emergency_call, 11, 0, 31, }, { "atcommand_spawn_quantity_limit", &battle_config.atc_spawn_quantity_limit, 100, 0, INT_MAX, }, { "atcommand_slave_clone_limit", &battle_config.atc_slave_clone_limit, 25, 0, INT_MAX, }, |