diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-10-29 17:12:02 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2015-10-29 17:12:02 +0800 |
commit | 1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961 (patch) | |
tree | 18874c88ef96d35bfac78220783303ed76147710 /src/map/battle.h | |
parent | 6abd0fb8b1bbfe2101cc68503897b0449027fb3d (diff) | |
download | hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.gz hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.bz2 hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.tar.xz hercules-1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961.zip |
Add new config to allow player vend/chat room nearby hidden npc (#834)
credit to Emistry for the idea
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 0ebc0aeb9..55ddf3b9b 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] |