diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-30 10:38:33 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-30 10:38:33 +0200 |
commit | 4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b (patch) | |
tree | a5bb47ceedaf4d182cd2fed1b95272f5c7eed06b /src/map/battle.h | |
parent | f60c9bf671bf20885684e0146d6e51c72e9f1329 (diff) | |
parent | 33a43ec41542e25ee180bda430a3de4654a46b10 (diff) | |
download | hercules-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.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; |