diff options
author | AnnieRuru <jeankof@ymail.com> | 2014-08-28 18:23:54 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2014-08-28 18:23:54 +0800 |
commit | 33a43ec41542e25ee180bda430a3de4654a46b10 (patch) | |
tree | 963d841455eccb997e015bfc5882ba0994e131d8 /src/map/battle.c | |
parent | 769b1d05aa5cfa8cddfe7d21b35d5c5e4da3bbd6 (diff) | |
download | hercules-33a43ec41542e25ee180bda430a3de4654a46b10.tar.gz hercules-33a43ec41542e25ee180bda430a3de4654a46b10.tar.bz2 hercules-33a43ec41542e25ee180bda430a3de4654a46b10.tar.xz hercules-33a43ec41542e25ee180bda430a3de4654a46b10.zip |
New Optional Configuration for unequipped disabled equipments
http://hercules.ws/board/topic/334-suggestion-for-restricted-equipment-making-a-new-conf-for-it/?p=31003
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 fc159c921..ccdabc9b1 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6750,6 +6750,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, }, |