summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-08-30 10:38:33 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-08-30 10:38:33 +0200
commit4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b (patch)
treea5bb47ceedaf4d182cd2fed1b95272f5c7eed06b /src/map/battle.c
parentf60c9bf671bf20885684e0146d6e51c72e9f1329 (diff)
parent33a43ec41542e25ee180bda430a3de4654a46b10 (diff)
downloadhercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.gz
hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.bz2
hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.xz
hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.zip
Merge pull request #330 from AnnieRuru/request_1
New Optional Configuration for unequipped disabled equipments
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index b869ad47c..e3b8bb40e 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6758,6 +6758,7 @@ static const struct battle_data {
**/
{ "skill_trap_type", &battle_config.skill_trap_type, 0, 0, 1, },
{ "item_restricted_consumption_type", &battle_config.item_restricted_consumption_type,1, 0, 1, },
+ { "unequip_restricted_equipment", &battle_config.unequip_restricted_equipment, 0, 0, 3, },
{ "max_walk_path", &battle_config.max_walk_path, 17, 1, MAX_WALKPATH, },
{ "item_enabled_npc", &battle_config.item_enabled_npc, 1, 0, 1, },
{ "gm_ignore_warpable_area", &battle_config.gm_ignore_warpable_area, 0, 2, 100, },