summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-05-29 12:06:46 -0300
committerpanikon <panikon@zoho.com>2014-05-29 12:06:46 -0300
commit407502abc921bb4cf06ff462ab6e2f23a327e950 (patch)
treeeecc5001577d844849330ea6ced79b60d91b961b /src/map/battle.c
parentb7373b6de5b41a4b420741da9ebf0570e36c11c7 (diff)
downloadhercules-407502abc921bb4cf06ff462ab6e2f23a327e950.tar.gz
hercules-407502abc921bb4cf06ff462ab6e2f23a327e950.tar.bz2
hercules-407502abc921bb4cf06ff462ab6e2f23a327e950.tar.xz
hercules-407502abc921bb4cf06ff462ab6e2f23a327e950.zip
Added guild_castle_invite and guild_castle_expulsion to guild.conf, they determine how invite/expel work inside castles during WoE/GvG
See: http://hercules.ws/board/topic/1623-additional-settings-in-guildconf/
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 92f68d433..57302166e 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6745,6 +6745,8 @@ static const struct _battle_data {
{ "mon_trans_disable_in_gvg", &battle_config.mon_trans_disable_in_gvg, 0, 0, 1, },
{ "case_sensitive_aegisnames", &battle_config.case_sensitive_aegisnames, 1, 0, 1, },
+ { "guild_castle_invite", &battle_config.guild_castle_invite, 0, 0, 1, },
+ { "guild_castle_expulsion", &battle_config.guild_castle_expulsion, 0, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**