diff options
author | Haruna <haru@dotalux.com> | 2015-11-18 15:11:54 +0100 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-11-18 15:11:54 +0100 |
commit | 8ccf62de1675498991c5795ce1a63f414273290f (patch) | |
tree | 2680f3e1ff72c89adc694b5151833483286f0e5f /src/map/battle.c | |
parent | c7f6a3daec449964459e70c0d76fadbc9fdf1345 (diff) | |
parent | 583ecd7e050413a4a6bd3845fb6124a3770abeb0 (diff) | |
download | hercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.gz hercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.bz2 hercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.xz hercules-8ccf62de1675498991c5795ce1a63f414273290f.zip |
Merge pull request #837 from AnnieRuru/request_5
Add new config to allow player vend/chat room nearby hidden npc (#834)
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 10990f013..d1cdd19c4 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -7106,6 +7106,7 @@ static const struct battle_data { { "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 }, { "feature.atcommand_suggestions", &battle_config.atcommand_suggestions_enabled, 0, 0, 1 }, { "min_npc_vendchat_distance", &battle_config.min_npc_vendchat_distance, 3, 0, 100 }, + { "vendchat_near_hiddennpc", &battle_config.vendchat_near_hiddennpc, 0, 0, 1 }, { "atcommand_mobinfo_type", &battle_config.atcommand_mobinfo_type, 0, 0, 1 }, { "homunculus_max_level", &battle_config.hom_max_level, 99, 0, MAX_LEVEL, }, { "homunculus_S_max_level", &battle_config.hom_S_max_level, 150, 0, MAX_LEVEL, }, |