diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-03 22:41:52 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-03 22:41:52 +0000 |
commit | 36e4e442f21ed7193c4510a9bb4fcc733f821757 (patch) | |
tree | da37bf7188e018d6fa150ba17d8bfdc9ee1d92fa /src/map/vending.h | |
parent | d6087662f5c19b693a000126d02ced43aad5d2f7 (diff) | |
download | hercules-36e4e442f21ed7193c4510a9bb4fcc733f821757.tar.gz hercules-36e4e442f21ed7193c4510a9bb4fcc733f821757.tar.bz2 hercules-36e4e442f21ed7193c4510a9bb4fcc733f821757.tar.xz hercules-36e4e442f21ed7193c4510a9bb4fcc733f821757.zip |
Adding new config min_npc_vending_distance which simulates the official 'no vending near npcs' feature. super mega credits to masao
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16227 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/vending.h')
-rw-r--r-- | src/map/vending.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/vending.h b/src/map/vending.h index 6cfc90820..b67f22916 100644 --- a/src/map/vending.h +++ b/src/map/vending.h @@ -21,5 +21,6 @@ void vending_vendinglistreq(struct map_session_data* sd, int id); void vending_purchasereq(struct map_session_data* sd, int aid, int uid, const uint8* data, int count); bool vending_search(struct map_session_data* sd, unsigned short nameid); bool vending_searchall(struct map_session_data* sd, const struct s_search_store_search* s); +bool vending_checknearnpc(struct block_list * bl); #endif /* _VENDING_H_ */ |