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.h | |
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.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index dfa156796..8d1a3cd39 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -455,6 +455,7 @@ struct Battle_Config { /** Hercules **/ int skill_trap_type; int item_restricted_consumption_type; + int unequip_restricted_equipment; int max_walk_path; int item_enabled_npc; int packet_obfuscation; |