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.h | |
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.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 eeecaaf89..68a427e72 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -471,6 +471,7 @@ struct Battle_Config { int atcommand_suggestions_enabled; int min_npc_vendchat_distance; + int vendchat_near_hiddennpc; int atcommand_mobinfo_type; int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95] |