diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 17:39:40 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 17:39:40 +0000 |
commit | f77cbff9305f4d3c6dc49d870369bf0897864049 (patch) | |
tree | 43772fe62e422943239cc901f2168689b8b18d01 /src/map/battle.c | |
parent | b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4 (diff) | |
download | hercules-f77cbff9305f4d3c6dc49d870369bf0897864049.tar.gz hercules-f77cbff9305f4d3c6dc49d870369bf0897864049.tar.bz2 hercules-f77cbff9305f4d3c6dc49d870369bf0897864049.tar.xz hercules-f77cbff9305f4d3c6dc49d870369bf0897864049.zip |
- Added a new setting 'guild_skill_relog_delay' to activate the guild skills delay on Guild Master relog.
- The official setting is 'No', but this is an option for game masters.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11699 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 1d283e6a1..f8fbd5a68 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3370,6 +3370,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, }, { "emergency_call", &battle_config.emergency_call, 11, 0, 31, }, { "atcommand_gm_only", &battle_config.atc_gmonly, 0, 0, 1, }, { "atcommand_spawn_quantity_limit", &battle_config.atc_spawn_quantity_limit, 100, 0, INT_MAX, }, |